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 /sysdeps/unix/sysv/linux | |
parent | f9d683894df1de8d72280771993affef5f77c6e2 (diff) | |
download | glibc-298711ffe475d2401e8037fd89538228e35ee79a.tar.gz glibc-298711ffe475d2401e8037fd89538228e35ee79a.tar.xz glibc-298711ffe475d2401e8037fd89538228e35ee79a.zip |
Fix typos in pretty much unused code in sched.h header.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/sched.h b/sysdeps/unix/sysv/linux/bits/sched.h index b222fb2115..6b1431dd97 100644 --- a/sysdeps/unix/sysv/linux/bits/sched.h +++ b/sysdeps/unix/sysv/linux/bits/sched.h @@ -179,7 +179,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 |