From patchwork Thu Apr 9 11:34:34 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kirill Smelkov X-Patchwork-Id: 17365 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 n39CFaQ8032273 for ; Thu, 9 Apr 2009 12:15:41 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932396AbZDIMPk (ORCPT ); Thu, 9 Apr 2009 08:15:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932799AbZDIMPk (ORCPT ); Thu, 9 Apr 2009 08:15:40 -0400 Received: from mail.mnsspb.ru ([84.204.75.2]:48847 "EHLO mail.mnsspb.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932681AbZDIMPi (ORCPT ); Thu, 9 Apr 2009 08:15:38 -0400 X-Greylist: delayed 2534 seconds by postgrey-1.27 at vger.kernel.org; Thu, 09 Apr 2009 08:15:38 EDT Received: from [192.168.0.127] (helo=tugrik.mns.mnsspb.ru) by mail.mnsspb.ru with esmtps id 1LrsV4-0000vt-0a; Thu, 09 Apr 2009 15:32:54 +0400 Received: from kirr by tugrik.mns.mnsspb.ru with local (Exim 4.69) (envelope-from ) id 1LrsX0-0000fx-Ek; Thu, 09 Apr 2009 15:34:54 +0400 From: Kirill Smelkov To: Sam Ravnborg Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, navy-patches@mns.spb.ru, Kirill Smelkov Subject: [PATCH] Makefile: fix few typos Date: Thu, 9 Apr 2009 15:34:34 +0400 Message-Id: <1239276874-2141-1-git-send-email-kirr@mns.spb.ru> X-Mailer: git-send-email 1.6.2.2.471.g6da14 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Signed-off-by: Kirill Smelkov --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e5ad5fd..3e95d45 100644 --- a/Makefile +++ b/Makefile @@ -567,7 +567,7 @@ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) # disable pointer signed / unsigned warnings in gcc 4.0 KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,) -# disable invalid "can't wrap" optimzations for signed / pointers +# disable invalid "can't wrap" optimizations for signed / pointers KBUILD_CFLAGS += $(call cc-option,-fwrapv) # revert to pre-gcc-4.4 behaviour of .eh_frame @@ -1587,5 +1587,5 @@ PHONY += FORCE FORCE: # Declare the contents of the .PHONY variable as phony. We keep that -# information in a variable se we can use it in if_changed and friends. +# information in a variable so we can use it in if_changed and friends. .PHONY: $(PHONY)