summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-01-05 21:58:15 +0000
committerNicholas Clark <nick@ccl4.org>2005-01-05 21:58:15 +0000
commit03f6ae0019cb1114cbf610f18c001a1250683ef8 (patch)
treeabaf570c0a56a544cd0220e8ccf5bd4bb58460a0 /ext
parentdaa7d858611c04f05c8f8e9aadf2e84dafe7e1e8 (diff)
downloadperl-03f6ae0019cb1114cbf610f18c001a1250683ef8.tar.gz
Correct a Greengrocer's apostrophe.
p4raw-id: //depot/perl@23756
Diffstat (limited to 'ext')
-rw-r--r--ext/DynaLoader/dl_dyld.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/dl_dyld.xs b/ext/DynaLoader/dl_dyld.xs
index 2ac2baaabc..0df4259098 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);