diff options
author | uqs <uqs@FreeBSD.org> | 2011-12-30 00:04:11 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-12-30 00:04:11 +0000 |
commit | 8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a (patch) | |
tree | 10328638ca028de0f11cc798a2fd1593af0e720c /tools/test | |
parent | 7af3947da48b7ccc1f3f2e8e22b5f6142ac03bd4 (diff) | |
download | FreeBSD-src-8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a.zip FreeBSD-src-8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a.tar.gz |
Spelling fixes for tools/
Add some $FreeBSD$ tags so svn will allow the commit.
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/posixshm/shm_test.c | 2 | ||||
-rw-r--r-- | tools/test/testfloat/systemBugs.txt | 2 | ||||
-rw-r--r-- | tools/test/testfloat/testfloat-source.txt | 4 | ||||
-rw-r--r-- | tools/test/testfloat/testfloat.txt | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/tools/test/posixshm/shm_test.c b/tools/test/posixshm/shm_test.c index 6cee558..3ab4732 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 a0d171a..ec95894 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 b8f7e9b..8c5efa9 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 6e72c1d..3c5e837 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. |