From patchwork Wed Feb 17 08:45:33 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kirill Smelkov X-Patchwork-Id: 79845 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o1H94MlY006323 for ; Wed, 17 Feb 2010 09:04:59 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934195Ab0BQJE7 (ORCPT ); Wed, 17 Feb 2010 04:04:59 -0500 Received: from mail.mnsspb.ru ([84.204.75.2]:47824 "EHLO mail.mnsspb.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934176Ab0BQJE5 (ORCPT ); Wed, 17 Feb 2010 04:04:57 -0500 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 17 Feb 2010 09:04:59 +0000 (UTC) X-Greylist: delayed 997 seconds by postgrey-1.27 at vger.kernel.org; Wed, 17 Feb 2010 04:04:57 EST Received: from [192.168.0.127] (helo=tugrik.mns.mnsspb.ru) by mail.mnsspb.ru with esmtps id 1NhfZh-0004jh-8B; Wed, 17 Feb 2010 11:48:02 +0300 Received: from kirr by tugrik.mns.mnsspb.ru with local (Exim 4.69) (envelope-from ) id 1NhfXT-0001o5-TQ; Wed, 17 Feb 2010 11:45:43 +0300 From: Kirill Smelkov To: Michal Marek Cc: linux-kbuild@vger.kernel.org, Kirill Smelkov Subject: [PATCH] kbuild: fix a couple of typos in Documentation Date: Wed, 17 Feb 2010 11:45:33 +0300 Message-Id: <1266396333-6916-1-git-send-email-kirr@mns.spb.ru> X-Mailer: git-send-email 1.7.0.17.g7e5eb Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt index 6f8c1ca..84725b7 100644 --- a/Documentation/kbuild/kbuild.txt +++ b/Documentation/kbuild/kbuild.txt @@ -65,7 +65,7 @@ CROSS_COMPILE Specify an optional fixed part of the binutils filename. CROSS_COMPILE can be a part of the filename or the full path. -CROSS_COMPILE is also used for ccache is some setups. +CROSS_COMPILE is also used for ccache in some setups. CF -------------------------------------------------- diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt index 71c602d..0135155 100644 --- a/Documentation/kbuild/makefiles.txt +++ b/Documentation/kbuild/makefiles.txt @@ -320,7 +320,7 @@ more details, with real examples. subdir-ccflags-y, subdir-asflags-y The two flags listed above are similar to ccflags-y and as-falgs-y. The difference is that the subdir- variants has effect for the kbuild - file where tey are present and all subdirectories. + file where they are present and all subdirectories. Options specified using subdir-* are added to the commandline before the options specified using the non-subdir variants.