summaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/softfloat-source.txt
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
committerchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
commit1665d5e960b3e7de8012efaed3e66e671f24a2dc (patch)
tree807ff6ea1e8e469b3e20584fd5e79a4a376a7843 /lib/libc/softfloat/softfloat-source.txt
parentd8f5d5f0440cac425531b11e46b86429c83fad5f (diff)
fix spelling of accommodate; from Zapher.
Diffstat (limited to 'lib/libc/softfloat/softfloat-source.txt')
-rw-r--r--lib/libc/softfloat/softfloat-source.txt4
1 files changed, 2 insertions, 2 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.