[2.6 patch] s/integer/int/ in kconfig-language.txt

From: Adrian Bunk
Date: Mon May 31 2004 - 15:24:21 EST


The trivial documentation patch below was originally sent by Matthew J.
Fanto <mattjf@xxxxxxxxxxxxxx> some months ago.

Please apply
Adrian


--- linux-2.6.7-rc1-mm1-full/Documentation/kbuild/kconfig-language.txt.old 2004-05-31 22:19:09.000000000 +0200
+++ linux-2.6.7-rc1-mm1-full/Documentation/kbuild/kconfig-language.txt 2004-05-31 22:19:24.000000000 +0200
@@ -48,7 +48,7 @@
A menu entry can have a number of attributes. Not all of them are
applicable everywhere (see syntax).

-- type definition: "bool"/"tristate"/"string"/"hex"/"integer"
+- type definition: "bool"/"tristate"/"string"/"hex"/"int"
Every config option must have a type. There are only two basic types:
tristate and string, the other types are based on these two. The type
definition optionally accepts an input prompt, so these two examples
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/