diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-03-10 18:34:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-11 03:05:54 +0000 |
commit | 602f51c4890435088875fecbb84b1e1dc2acacff (patch) | |
tree | 6c380cdbc290c5eddd51f097b8481aed775d614f /pp.c | |
parent | 95036ac7ba8f6d5403ad0ee3cd45c1e0d1312ad7 (diff) | |
download | perl-602f51c4890435088875fecbb84b1e1dc2acacff.tar.gz |
spelling correction
Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15152
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |