summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-20 16:54:11 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-21 00:32:31 -0800
commit53e2b4984825f4be9303a134996decfc9fb895ed (patch)
tree90ceca23d6bc08a48035ed32d535273ecf7df99d
parent1715fa648339558035d9920399c9f04263c0a14e (diff)
downloadperl-53e2b4984825f4be9303a134996decfc9fb895ed.tar.gz
sv.c: I missed a dot
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 7ddb222367..50d774db41 100644
--- a/sv.c
+++ b/sv.c
@@ -8999,7 +8999,7 @@ Perl_sv_true(pTHX_ register SV *const sv)
Get a sensible string out of the SV somehow.
A private implementation of the C<SvPV_force> macro for compilers which
-can't cope with complex macro expressions. Always use the macro instead.
+can't cope with complex macro expressions. Always use the macro instead.
=for apidoc sv_pvn_force_flags