From: Rafael Garcia-Suarez Date: Wed, 28 Feb 2007 08:44:16 +0000 (+0000) Subject: Fix a couple of typos in internal docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=abc25d8c4f3e0ad18f7a95f0bea31aeb63a459a2;p=p5sagit%2Fp5-mst-13.2.git Fix a couple of typos in internal docs p4raw-id: //depot/perl@30421 --- diff --git a/hv.c b/hv.c index 98120fd..cb4eda9 100644 --- a/hv.c +++ b/hv.c @@ -2615,7 +2615,7 @@ S_refcounted_he_value(pTHX_ const struct refcounted_he *he) /* =for apidoc refcounted_he_chain_2hv -Generates an returns a C by walking up the tree starting at the passed +Generates and returns a C by walking up the tree starting at the passed in C. =cut diff --git a/util.c b/util.c index c2870ea..c25402f 100644 --- a/util.c +++ b/util.c @@ -4082,12 +4082,12 @@ an RV. Function must be called with an already existing SV like sv = newSV(0); - s = scan_version(s,SV *sv, bool qv); + s = scan_version(s, SV *sv, bool qv); Performs some preprocessing to the string to ensure that it has the correct characteristics of a version. Flags the object if it contains an underscore (which denotes this -is a alpha version). The boolean qv denotes that the version +is an alpha version). The boolean qv denotes that the version should be interpreted as if it had multiple decimals, even if it doesn't.