From 1665d5e960b3e7de8012efaed3e66e671f24a2dc Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 24 Nov 2006 19:46:58 +0000 Subject: fix spelling of accommodate; from Zapher. --- lib/libc/softfloat/softfloat-source.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/softfloat/softfloat-source.txt') 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. -- cgit