From 889396992df93b512ec225dac6edeff082a55e07 Mon Sep 17 00:00:00 2001 From: Nikita Danilov Date: Sun, 30 Oct 2005 15:03:10 -0800 Subject: [PATCH] --- yaml --- r: 11877 b: refs/heads/master c: c0398ee6c2fe3c1743ecc74a6378b67ba0880a4f h: refs/heads/master i: 11875: 94e0b5d375f7a1051dfbf902a95ae4670388fec2 v: v3 --- [refs] | 2 +- trunk/include/linux/kernel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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