summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-04-08 10:17:52 +0000
committerandvar <andvar@NetBSD.org>2022-04-08 10:17:52 +0000
commitde40008ddcb6233a70fa9c689654138a92b98208 (patch)
tree9935be70120633aa17ec7655e16f76272bcac672 /regress
parentf7c40222dc451fd3bb42dd09f23cc51b30ad72bc (diff)
fix various typos, mainly in comments, but also log messages, docs, game text.
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt b/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt
index 6e72c1d89fd..3c5e837d7bd 100644
--- a/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt
+++ b/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt
@@ -289,7 +289,7 @@ raise the invalid exception if the source value cannot be rounded to a
representable integer of the desired size (32 or 64 bits). If such a
conversion overflows, TestFloat expects the largest integer with the same
sign as the operand to be returned. If the floating-point operand is a NaN,
-TestFloat allows either the largest postive or largest negative integer to
+TestFloat allows either the largest positive or largest negative integer to
be returned.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -629,7 +629,7 @@ TestFloat assumes that conversions to integer will raise the invalid
exception if the source value cannot be rounded to a representable integer.
When the conversion overflows, TestFloat expects the largest integer with
the same sign as the operand to be returned. If the floating-point operand
-is a NaN, TestFloat allows either the largest postive or largest negative
+is a NaN, TestFloat allows either the largest positive or largest negative
integer to be returned. The current version of TestFloat provides no means
to alter these conventions.