From: Nicholas Clark Date: Sun, 10 Mar 2002 18:34:42 +0000 (+0000) Subject: spelling correction X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=602f51c4890435088875fecbb84b1e1dc2acacff;p=p5sagit%2Fp5-mst-13.2.git spelling correction Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15152 --- diff --git a/pp.c b/pp.c index 7a2769f..c55eb55 100644 --- a/pp.c +++ b/pp.c @@ -1389,7 +1389,7 @@ PP(pp_subtract) buv = (UV)-biv; } /* ?uvok if value is >= 0. basically, flagged as UV if it's +ve, - else "IV" now, independant of how it came in. + else "IV" now, independent of how it came in. if a, b represents positive, A, B negative, a maps to -A etc a - b => (a - b) A - b => -(a + b) diff --git a/pp_hot.c b/pp_hot.c index 516212d..f3ba668 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -421,7 +421,7 @@ PP(pp_add) buv = (UV)-biv; } /* ?uvok if value is >= 0. basically, flagged as UV if it's +ve, - else "IV" now, independant of how it came in. + else "IV" now, independent of how it came in. if a, b represents positive, A, B negative, a maps to -A etc a + b => (a + b) A + b => -(a - b)