]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(incompatibilities): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Jul 1998 14:33:02 +0000 (14:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Jul 1998 14:33:02 +0000 (14:33 +0000)
FAQ

diff --git a/FAQ b/FAQ
index e25005f035e3ec78688d33b011895185660f035e..5ba53cb24da020fe6f99a07278293cba78d852d5 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -809,7 +809,7 @@ now `socklen_t', a new type.
 
 {UD,AJ} On Linux, the use of kernel headers is reduced to the minimum.
 This gives Linus the ability to change the headers more freely.  Also,
-user programs are now insulated from changes in the size of kernel
+user programs are not insulated from changes in the size of kernel
 data structures.
 
 For example, the sigset_t type is 32 or 64 bits wide in the kernel.