From 03f6ae0019cb1114cbf610f18c001a1250683ef8 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 5 Jan 2005 21:58:15 +0000 Subject: [PATCH] Correct a Greengrocer's apostrophe. p4raw-id: //depot/perl@23756 --- ext/DynaLoader/dl_dyld.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4