diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:12:35 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 13:11:31 +0100 |
commit | dca46f057e9991c59edafe950dde760f36545539 (patch) | |
tree | 2616a759e6c1b32c08b58011907bb9e19a7fede8 /hints/t001.c | |
parent | 36f677ac35c9519e0854d1fff0bfd3c7867ade20 (diff) | |
download | perl-dca46f057e9991c59edafe950dde760f36545539.tar.gz |
Fix typos (spelling errors) in hints/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81884]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81884 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'hints/t001.c')
-rw-r--r-- | hints/t001.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/t001.c b/hints/t001.c index 51fdefda84..562d7597ff 100644 --- a/hints/t001.c +++ b/hints/t001.c @@ -52,7 +52,7 @@ void test(double *result) fadd,dbl %fr4,%fr12,%fr4 fsub,dbl %fr4,%fr12,%fr4 - This code depends on the floading-add and + This code depends on the floating-add and floating-subtract retaining all of the precision present in the operands. There is no such guarantee when using floating-point, |