summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-01-25 16:12:08 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-01-25 16:12:08 +0000
commit6832267f461983b0afff776101f8a2b10d128d79 (patch)
tree1a27ec35182ada95fc7ddb743ad0aa24c913d983 /util.c
parent9c2fe30c684e721963ef24f7385a620d0e125995 (diff)
downloadperl-6832267f461983b0afff776101f8a2b10d128d79.tar.gz
Integrate change #23880 in original comment
p4raw-link: @23880 on //depot/perl: 9c2fe30c684e721963ef24f7385a620d0e125995 p4raw-id: //depot/perl@23881
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 3598e7b320..85ae19f89f 100644
--- a/util.c
+++ b/util.c
@@ -822,7 +822,7 @@ Perl_savesharedpv(pTHX_ const char *pv)
/*
=for apidoc savesvpv
-A version of C<savepv()>/C<savepvn() which gets the string to duplicate from
+A version of C<savepv()>/C<savepvn()> which gets the string to duplicate from
the passed in SV using C<SvPV()>
=cut