aboutsummaryrefslogtreecommitdiff
path: root/tools/test
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 00:04:11 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 00:04:11 +0000
commit8ce070c1b28cd5f33c098da43378d0239091bd00 (patch)
tree10328638ca028de0f11cc798a2fd1593af0e720c /tools/test
parent020d387e5b4fab13879c0b55d5739178673e5231 (diff)
downloadsrc-8ce070c1b28cd5f33c098da43378d0239091bd00.tar.gz
src-8ce070c1b28cd5f33c098da43378d0239091bd00.zip
Spelling fixes for tools/
Add some $FreeBSD$ tags so svn will allow the commit.
Notes
Notes: svn path=/head/; revision=228975
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/posixshm/shm_test.c2
-rw-r--r--tools/test/testfloat/systemBugs.txt2
-rw-r--r--tools/test/testfloat/testfloat-source.txt4
-rw-r--r--tools/test/testfloat/testfloat.txt4
4 files changed, 6 insertions, 6 deletions
diff --git a/tools/test/posixshm/shm_test.c b/tools/test/posixshm/shm_test.c
index 6cee558bb362..3ab47326dd43 100644
--- a/tools/test/posixshm/shm_test.c
+++ b/tools/test/posixshm/shm_test.c
@@ -1,6 +1,6 @@
/*
* Test the POSIX shared-memory API.
- * Dedicated to tyhe public domain by Garrett A. Wollman, 2000.
+ * Dedicated to the public domain by Garrett A. Wollman, 2000.
* $FreeBSD$
*/
diff --git a/tools/test/testfloat/systemBugs.txt b/tools/test/testfloat/systemBugs.txt
index a0d171a31bb7..ec95894a2849 100644
--- a/tools/test/testfloat/systemBugs.txt
+++ b/tools/test/testfloat/systemBugs.txt
@@ -27,7 +27,7 @@ For some reason, most of the bugs found involve conversions from floating-
point to integer formats.
The bugs are shown as actual TestFloat error lines, along with a brief
-explanation. The error lines given are not necesarily exhaustive and were
+explanation. The error lines given are not necessarily exhaustive and were
not necessarily output in the order shown.
This document does not pretend to be an authoritative bug listing for all
diff --git a/tools/test/testfloat/testfloat-source.txt b/tools/test/testfloat/testfloat-source.txt
index b8f7e9bb3ed4..8c5efa9136f1 100644
--- a/tools/test/testfloat/testfloat-source.txt
+++ b/tools/test/testfloat/testfloat-source.txt
@@ -46,7 +46,7 @@ name has been obsolete for some time.
Limitations
TestFloat as written requires an ISO/ANSI-style C compiler. No attempt has
-been made to accomodate compilers that are not ISO-conformant. Older ``K&R-
+been made to accommodate compilers that are not ISO-conformant. Older ``K&R-
style'' compilers are not adequate for compiling TestFloat. All testing I
have done so far has been with the GNU C Compiler. Compilation with other
compilers should be possible but has not been tested.
@@ -168,7 +168,7 @@ intended to be identical to that included with the SoftFloat source.
These are the defaults, but other organizations of the sources are possible.
The TestFloat makefiles and `milieu.h' files (see below) are easily edited
-to accomodate other arrangements.
+to accommodate other arrangements.
-------------------------------------------------------------------------------
diff --git a/tools/test/testfloat/testfloat.txt b/tools/test/testfloat/testfloat.txt
index 6e72c1d89fd3..3c5e837d7bd9 100644
--- a/tools/test/testfloat/testfloat.txt
+++ b/tools/test/testfloat/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.