summaryrefslogtreecommitdiff
path: root/README.os2
diff options
context:
space:
mode:
authorjkeenan <jkeenan@cpan.org>2011-11-19 20:01:01 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:20 -0800
commitfe004f0ce0bb5070009710b46d14e545f4063434 (patch)
treebd0db2099956800d05169477fae9dc430c0dd949 /README.os2
parent9f1d18fed1b12d1821382cad96efcc0ae9d2ce34 (diff)
downloadperl-fe004f0ce0bb5070009710b46d14e545f4063434.tar.gz
[RT #36079] Convert ` to '.
Diffstat (limited to 'README.os2')
-rw-r--r--README.os22
1 files changed, 1 insertions, 1 deletions
diff --git a/README.os2 b/README.os2
index a5f837f1ca..b4c1843221 100644
--- a/README.os2
+++ b/README.os2
@@ -1461,7 +1461,7 @@ Here is the sample C file:
if (_execname(buf, sizeof(buf) - 13) != 0)
die_with("Can't find full path: ", strerror(errno), "", "");
- /* XXXX Fill `me' with new value */
+ /* XXXX Fill 'me' with new value */
l = strlen(buf);
while (l && buf[l-1] != '/' && buf[l-1] != '\\')
l--;