From: Nicholas Clark Date: Wed, 5 Jan 2005 21:58:15 +0000 (+0000) Subject: Correct a Greengrocer's apostrophe. X-Git-Tag: accepted/trunk/20130322.191538~21318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03f6ae0019cb1114cbf610f18c001a1250683ef8;p=platform%2Fupstream%2Fperl.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);