summaryrefslogtreecommitdiff
path: root/src/if_perl.xs
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_perl.xs')
-rw-r--r--src/if_perl.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_perl.xs b/src/if_perl.xs
index fd9d3d730..12e1a227e 100644
--- a/src/if_perl.xs
+++ b/src/if_perl.xs
@@ -930,7 +930,7 @@ I32 cur_val(IV iv, SV *sv)
if (SvRV(sv) != SvRV(rv))
// XXX: This magic variable is a bit confusing...
- // Is curently refcounted ?
+ // Is currently refcounted ?
sv_setsv(sv, rv);
SvREFCNT_dec(rv);