]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/kconfig.h
scripts/spelling.txt: add "followings" pattern and fix typo instances
[mirror_ubuntu-artful-kernel.git] / include / linux / kconfig.h
index 8f2e059e4d45559b54c1fbd087181865beac7af7..4d748603e818307feb491f26cafb9c4170586e5d 100644 (file)
@@ -8,7 +8,7 @@
 
 /*
  * The use of "&&" / "||" is limited in certain expressions.
- * The followings enable to calculate "and" / "or" with macro expansion only.
+ * The following enable to calculate "and" / "or" with macro expansion only.
  */
 #define __and(x, y)                    ___and(x, y)
 #define ___and(x, y)                   ____and(__ARG_PLACEHOLDER_##x, y)