From: Nicholas Clark Date: Wed, 5 Jan 2005 21:58:15 +0000 (+0000) Subject: Correct a Greengrocer's apostrophe. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=03f6ae0019cb1114cbf610f18c001a1250683ef8;p=p5sagit%2Fp5-mst-13.2.git Correct a Greengrocer's apostrophe. p4raw-id: //depot/perl@23756 --- diff --git a/ext/DynaLoader/dl_dyld.xs b/ext/DynaLoader/dl_dyld.xs index 2ac2baa..0df4259 100644 --- a/ext/DynaLoader/dl_dyld.xs +++ b/ext/DynaLoader/dl_dyld.xs @@ -113,7 +113,7 @@ static char *dlopen(char *path, int mode /* mode is ignored */) TranslateError(path, OFImage, dyld_result); else { - // NSLinkModule will cause the run to abort on any link error's + // NSLinkModule will cause the run to abort on any link errors // not very friendly but the error recovery functionality is limited. handle = NSLinkModule(ofile, path, TRUE); NSDestroyObjectFileImage(ofile);