]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/kernel.h
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mv-sheeva.git] / include / linux / kernel.h
index e2f4d6af2125436026e016a1f7cd82201f6264fd..2fe6e84894a4bc10006511bbbb67b15d8197958d 100644 (file)
@@ -588,7 +588,7 @@ struct sysinfo {
 
 /**
  * BUILD_BUG_ON - break compile if a condition is true.
- * @cond: the condition which the compiler should know is false.
+ * @condition: the condition which the compiler should know is false.
  *
  * If you have some code which relies on certain constants being equal, or
  * other compile-time-evaluated condition, you should use BUILD_BUG_ON to