comparison src/sysdll.c @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents f283b08ff0c9
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
343 343
344 return mh; 344 return mh;
345 } 345 }
346 346
347 /* 347 /*
348 * dyld adds libraries by first adding the directly dependant libraries in 348 * dyld adds libraries by first adding the directly dependent libraries in
349 * link order, and then adding the dependencies for those libraries, so we 349 * link order, and then adding the dependencies for those libraries, so we
350 * should do the same... but we don't bother adding the extra dependencies, if 350 * should do the same... but we don't bother adding the extra dependencies, if
351 * the symbols are neither in the loaded image nor any of it's direct 351 * the symbols are neither in the loaded image nor any of it's direct
352 * dependencies, then it probably isn't there. 352 * dependencies, then it probably isn't there.
353 */ 353 */