diff options
| author | christos <christos@NetBSD.org> | 2006-11-24 19:46:58 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-11-24 19:46:58 +0000 |
| commit | 1665d5e960b3e7de8012efaed3e66e671f24a2dc (patch) | |
| tree | 807ff6ea1e8e469b3e20584fd5e79a4a376a7843 /lib/libc/softfloat | |
| parent | d8f5d5f0440cac425531b11e46b86429c83fad5f (diff) | |
fix spelling of accommodate; from Zapher.
Diffstat (limited to 'lib/libc/softfloat')
| -rw-r--r-- | lib/libc/softfloat/softfloat-source.txt | 4 | ||||
| -rw-r--r-- | lib/libc/softfloat/softfloat.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/softfloat/softfloat-source.txt b/lib/libc/softfloat/softfloat-source.txt index 41bc0fbef51..49de2e021f0 100644 --- a/lib/libc/softfloat/softfloat-source.txt +++ b/lib/libc/softfloat/softfloat-source.txt @@ -1,4 +1,4 @@ -$NetBSD: softfloat-source.txt,v 1.1 2000/06/06 08:15:10 bjh21 Exp $ +$NetBSD: softfloat-source.txt,v 1.2 2006/11/24 19:46:58 christos Exp $ SoftFloat Release 2a Source Documentation @@ -32,7 +32,7 @@ C Compiler (`gcc') for several platforms. Limitations SoftFloat 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 SoftFloat. 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. diff --git a/lib/libc/softfloat/softfloat.txt b/lib/libc/softfloat/softfloat.txt index 37349dec295..a3ad43e2040 100644 --- a/lib/libc/softfloat/softfloat.txt +++ b/lib/libc/softfloat/softfloat.txt @@ -1,4 +1,4 @@ -$NetBSD: softfloat.txt,v 1.1 2000/06/06 08:15:10 bjh21 Exp $ +$NetBSD: softfloat.txt,v 1.2 2006/11/24 19:46:58 christos Exp $ SoftFloat Release 2a General Documentation @@ -26,7 +26,7 @@ Limitations SoftFloat is written in C and is designed to work with other C code. The SoftFloat header files assume an ISO/ANSI-style C compiler. No attempt -has been made to accomodate compilers that are not ISO-conformant. In +has been made to accommodate compilers that are not ISO-conformant. In particular, the distributed header files will not be acceptable to any compiler that does not recognize function prototypes. |
