summaryrefslogtreecommitdiff
path: root/pp.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 /pp.c
parent3ac704c6958a49066b823e6ee34fbbcbab4e8b9d (diff)
downloadperl-e1fa07e3ed9a1e8118f4cbf5b5a6c791c0bcc9c3.tar.gz
expunge gratuitous Unicode punctuation in comments
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index e283536dc7..99f08b9205 100644
--- a/pp.c
+++ b/pp.c
@@ -5688,7 +5688,7 @@ PP(pp_coreargs)
/* Reset the stack pointer. Without this, we end up returning our own
arguments in list context, in addition to the values we are supposed
to return. nextstate usually does this on sub entry, but we need
- to run the next op with the caller’s hints, so we cannot have a
+ to run the next op with the caller's hints, so we cannot have a
nextstate. */
SP = PL_stack_base + cxstack[cxstack_ix].blk_oldsp;