summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 8af13d00cd..667f91b97e 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -4154,7 +4154,7 @@ PP(pp_entereval)
SvPVbyte_force(sv, len);
}
else if (bytes && SvUTF8(sv)) {
- /* Don’t modify someone else’s scalar */
+ /* Don't modify someone else's scalar */
STRLEN len;
sv = newSVsv(sv);
(void)sv_2mortal(sv);