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/softfloat.txt | |
| parent | d8f5d5f0440cac425531b11e46b86429c83fad5f (diff) | |
fix spelling of accommodate; from Zapher.
Diffstat (limited to 'lib/libc/softfloat/softfloat.txt')
| -rw-r--r-- | lib/libc/softfloat/softfloat.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
