summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
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 df29cf890c..d365afea4c 100644
--- a/pp.c
+++ b/pp.c
@@ -1997,7 +1997,7 @@ static IV S_iv_shift(IV iv, int shift, bool left)
}
/* For left shifts, perl 5 has chosen to treat the value as unsigned for
- * the * purposes of shifting, then cast back to signed. This is very
+ * the purposes of shifting, then cast back to signed. This is very
* different from Raku:
*
* $ raku -e 'say -2 +< 5'