diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2009-05-18 01:36:45 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-06-09 22:37:46 +0200 |
commit | 6f26e5e412ddc23e1d698390243e39802410ab15 (patch) | |
tree | 8c8b1fc0044cb7d5893a72faa5b5000e70538248 | |
parent | b8b0618cf6fab3bd5b1da8c72f4b29847d81ac42 (diff) | |
download | op-kernel-dev-6f26e5e412ddc23e1d698390243e39802410ab15.zip op-kernel-dev-6f26e5e412ddc23e1d698390243e39802410ab15.tar.gz |
kconfig: fix typo "mconfig" to "menuconfig" in a comment
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index fa8c2dd..47e3f2e 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -104,7 +104,7 @@ HOST_EXTRACFLAGS += -DLOCALE # =========================================================================== # Shared Makefile for the various kconfig executables: # conf: Used for defconfig, oldconfig and related targets -# mconf: Used for the mconfig target. +# mconf: Used for the menuconfig target # Utilizes the lxdialog package # qconf: Used for the xconfig target # Based on QT which needs to be installed to compile it |