diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-07-18 20:19:14 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-07-18 20:19:14 -0400 |
commit | 298711ffe475d2401e8037fd89538228e35ee79a (patch) | |
tree | 73865abc1a969edad727d875ad470e2ae66de930 /bits/sched.h | |
parent | f9d683894df1de8d72280771993affef5f77c6e2 (diff) | |
download | glibc-298711ffe475d2401e8037fd89538228e35ee79a.zip glibc-298711ffe475d2401e8037fd89538228e35ee79a.tar.gz glibc-298711ffe475d2401e8037fd89538228e35ee79a.tar.bz2 |
Fix typos in pretty much unused code in sched.h header.
Diffstat (limited to 'bits/sched.h')
-rw-r--r-- | bits/sched.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bits/sched.h b/bits/sched.h index 9a22ae3..6fb5ab2 100644 --- a/bits/sched.h +++ b/bits/sched.h @@ -1,6 +1,6 @@ /* Definitions of constants and data structure for POSIX 1003.1b-1993 scheduling interface. - Copyright (C) 1996-1999,2001-2003,2005,2006,2007,2008,2009 + Copyright (C) 1996-1999,2001-2003,2005,2006,2007,2008,2009,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -120,7 +120,7 @@ typedef struct size_t __imax = (setsize) / sizeof (__cpu_mask); \ size_t __i; \ for (__i = 0; __i < __imax; ++__i) \ - if (__bits[__i] != __bits[__i]) \ + if (__arr1[__i] != __arr2[__i]) \ break; \ __i == __imax; })) # endif |