summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-05-29 13:07:20 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-05-29 14:46:22 -0700
commit694cf0d2097096aceb05356229e210423cd909c2 (patch)
tree95eeb6dd243aa57b96bafd009a1db0df22daf6e4 /sv.c
parenta701009a6144238330665867df80dde3e52459e3 (diff)
downloadperl-694cf0d2097096aceb05356229e210423cd909c2.tar.gz
Correct English
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index b0e12dec76..bc0ef20782 100644
--- a/sv.c
+++ b/sv.c
@@ -3558,7 +3558,7 @@ Perl_sv_utf8_encode(pTHX_ register SV *const sv)
If the PV of the SV is an octet sequence in UTF-8
and contains a multiple-byte character, the C<SvUTF8> flag is turned on
so that it looks like a character. If the PV contains only single-byte
-characters, the C<SvUTF8> flag stays being off.
+characters, the C<SvUTF8> flag stays off.
Scans PV for validity and returns false if the PV is invalid UTF-8.
=cut