This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix the API description of SvLEN_set()
authorDavid Mitchell <davem@iabyn.com>
Thu, 3 Dec 2015 10:38:23 +0000 (10:38 +0000)
committerDavid Mitchell <davem@iabyn.com>
Thu, 3 Dec 2015 10:38:23 +0000 (10:38 +0000)
commit0ff57aee45f10b3b7f1fe376f32d2dd4fc9a9848
tree1deb9d8bcc5bbf5844991b7c1020cd44cf6bd937
parent2305393164b3d13f11b4ce5297bb8a40499936b7
fix the API description of SvLEN_set()

RT #126245

Make it clearer that is the buffer length being specified, not the string
length. Also, change the 'See "SvIV_set"' to SvLEN. That appears to be a
cut and paste error.

Based on suggested wording from jazzkutya@gmail.com
sv.h