diff --git a/[refs] b/[refs] index e3edbf2113d4..c80d5ab4097d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ed8b39d0aaea90df528ebe3756cbef8f735a93e6 +refs/heads/master: c0398ee6c2fe3c1743ecc74a6378b67ba0880a4f diff --git a/trunk/include/linux/kernel.h b/trunk/include/linux/kernel.h index 4367ce4db52a..f1925ccc9fe1 100644 --- a/trunk/include/linux/kernel.h +++ b/trunk/include/linux/kernel.h @@ -307,7 +307,7 @@ struct sysinfo { char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ }; -/* Force a compilation error if condition is false */ +/* Force a compilation error if condition is true */ #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) #ifdef CONFIG_SYSCTL