summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 3de3acf141..8df24db55c 100644
--- a/perl.c
+++ b/perl.c
@@ -2881,7 +2881,7 @@ Perl_eval_sv(pTHX_ SV *sv, I32 flags)
/*
=for apidoc p||eval_pv
-Tells Perl to C<eval> the given string and return an SV* result.
+Tells Perl to C<eval> the given string in scalar context and return an SV* result.
=cut
*/