summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2011-11-16 20:32:56 +0000
committerZefram <zefram@fysh.org>2011-11-16 20:39:19 +0000
commite1fa07e3ed9a1e8118f4cbf5b5a6c791c0bcc9c3 (patch)
tree1b1accd9dee509bafaa02b321d1a8146299ce159 /gv.c
parent3ac704c6958a49066b823e6ee34fbbcbab4e8b9d (diff)
downloadperl-e1fa07e3ed9a1e8118f4cbf5b5a6c791c0bcc9c3.tar.gz
expunge gratuitous Unicode punctuation in comments
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gv.c b/gv.c
index 6d8bbb550d..90fb13a386 100644
--- a/gv.c
+++ b/gv.c
@@ -1174,7 +1174,7 @@ Perl_gv_autoload_pvn(pTHX_ HV *stash, const char *name, STRLEN len, U32 flags)
* via the SvPVX field in the CV, and the stash in CvSTASH.
*
* Due to an unfortunate accident of history, the SvPVX field
- * serves two purposes. It is also used for the subroutine’s pro-
+ * serves two purposes. It is also used for the subroutine's pro-
* type. Since SvPVX has been documented as returning the sub name
* for a long time, but not as returning the prototype, we have
* to preserve the SvPVX AUTOLOAD behaviour and put the prototype