summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t/multicall.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/XS-APItest/t/multicall.t')
-rw-r--r--ext/XS-APItest/t/multicall.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/t/multicall.t b/ext/XS-APItest/t/multicall.t
index 51ef276b14..8630df751f 100644
--- a/ext/XS-APItest/t/multicall.t
+++ b/ext/XS-APItest/t/multicall.t
@@ -69,7 +69,7 @@ use XS::APItest;
# these take different code paths.
# Whenever an explicit 'return' is used, it is followed by '1;' to avoid
# the return being optimised into a leavesub.
-# Adding a 'for' loop pushes extra junk on the stack, which we we want to
+# Adding a 'for' loop pushes extra junk on the stack, which we want to
# avoid being interpreted as a return arg.
{