浏览代码

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>
Markus Heidelberg 16 年之前
父节点
当前提交
6f26e5e412
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/kconfig/Makefile

+ 1 - 1
scripts/kconfig/Makefile

@@ -104,7 +104,7 @@ HOST_EXTRACFLAGS += -DLOCALE
 # ===========================================================================
 # ===========================================================================
 # Shared Makefile for the various kconfig executables:
 # Shared Makefile for the various kconfig executables:
 # conf:	  Used for defconfig, oldconfig and related targets
 # conf:	  Used for defconfig, oldconfig and related targets
-# mconf:  Used for the mconfig target.
+# mconf:  Used for the menuconfig target
 #         Utilizes the lxdialog package
 #         Utilizes the lxdialog package
 # qconf:  Used for the xconfig target
 # qconf:  Used for the xconfig target
 #         Based on QT which needs to be installed to compile it
 #         Based on QT which needs to be installed to compile it