From: Ulrich Drepper Date: Thu, 9 Jul 1998 14:33:02 +0000 (+0000) Subject: (incompatibilities): Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b765cdd6d1f1472c13452b4ba4fb2eda664453;p=thirdparty%2Fglibc.git (incompatibilities): Fix typo. --- diff --git a/FAQ b/FAQ index e25005f035e..5ba53cb24da 100644 --- 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.