From patchwork Sun Apr 19 13:41:18 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Heidelberg X-Patchwork-Id: 18905 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n3JDfNFV014470 for ; Sun, 19 Apr 2009 13:41:23 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758961AbZDSNlW (ORCPT ); Sun, 19 Apr 2009 09:41:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758665AbZDSNlW (ORCPT ); Sun, 19 Apr 2009 09:41:22 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:32804 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758111AbZDSNlU (ORCPT ); Sun, 19 Apr 2009 09:41:20 -0400 Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate02.web.de (Postfix) with ESMTP id 1E80CFD49029; Sun, 19 Apr 2009 15:41:20 +0200 (CEST) Received: from [89.59.103.102] (helo=localhost.localdomain) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1LvXGq-0002tO-00; Sun, 19 Apr 2009 15:41:20 +0200 From: Markus Heidelberg To: Roman Zippel Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Markus Heidelberg Subject: [PATCH 01/10] kconfig: fix typo "mconfig" to "menuconfig" in a comment Date: Sun, 19 Apr 2009 15:41:18 +0200 Message-Id: <1240148487-27584-2-git-send-email-markus.heidelberg@web.de> X-Mailer: git-send-email 1.6.3.rc1.24.g467d50 In-Reply-To: <1240148487-27584-1-git-send-email-markus.heidelberg@web.de> References: <1240148487-27584-1-git-send-email-markus.heidelberg@web.de> X-Sender: markus.heidelberg@web.de X-Provags-ID: V01U2FsdGVkX1/Rn10JimVdeoZcrxLh+hGE4MTliQuHFTP9x9vT m5MqWw7hxAkB4VZMiQeTQ7l1S/W2x0b5Dvm50WVvXfa9YzTD0U 0vHOab+pGHUcx+eDEPTg== Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Signed-off-by: Markus Heidelberg --- 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