To: sam@ravnborg.org Cc: linux-kernel@vger.kernel.org, trivial@rustcorp.com.au Subject: [PATCH] Typo in Makefile X-Draft-From: ("nnml:Linux.kernel" "") From: Peter Korsgaard Date: Thu, 03 Jun 2004 22:55:48 +0200 Message-ID: <874qps5pkb.fsf@p4.48ers.dk> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 19 Xref: p4.48ers.dk mbox-out:61 Hi, A little patch to fix a trivial typo in Makefile. --- Makefile.orig 2004-06-03 22:41:56.000000000 +0200 +++ Makefile 2004-06-03 22:41:39.000000000 +0200 @@ -53,7 +53,7 @@ ifndef KBUILD_CHECKSRC KBUILD_CHECKSRC = 0 endif -# Use make M=dir to specify direcotry of external module to build +# Use make M=dir to specify directory of external module to build # Old syntax make ... SUBDIRS=$PWD is still supported # Setting the environment variable KBUILD_EXTMOD take precedence ifdef SUBDIRS -- Bye, Peter Korsgaard