linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile: fix few typos
@ 2009-04-09 11:34 Kirill Smelkov
  2009-04-09 11:38 ` [Navy-patches] " Dmitry Gryazin
  2009-04-10  6:59 ` Sam Ravnborg
  0 siblings, 2 replies; 3+ messages in thread
From: Kirill Smelkov @ 2009-04-09 11:34 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: linux-kbuild, linux-kernel, navy-patches, Kirill Smelkov

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
---
 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)
-- 
1.6.2.2.471.g6da14


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Navy-patches] [PATCH] Makefile: fix few typos
  2009-04-09 11:34 [PATCH] Makefile: fix few typos Kirill Smelkov
@ 2009-04-09 11:38 ` Dmitry Gryazin
  2009-04-10  6:59 ` Sam Ravnborg
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Gryazin @ 2009-04-09 11:38 UTC (permalink / raw)
  To: navy-patches
  Cc: Kirill Smelkov, Sam Ravnborg, navy-patches, linux-kernel, linux-kbuild

On Thursday 09 April 2009 03:34:34 pm Kirill Smelkov wrote:
> Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
> ---
>  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)

ACK

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Makefile: fix few typos
  2009-04-09 11:34 [PATCH] Makefile: fix few typos Kirill Smelkov
  2009-04-09 11:38 ` [Navy-patches] " Dmitry Gryazin
@ 2009-04-10  6:59 ` Sam Ravnborg
  1 sibling, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2009-04-10  6:59 UTC (permalink / raw)
  To: Kirill Smelkov; +Cc: linux-kbuild, linux-kernel, navy-patches

On Thu, Apr 09, 2009 at 03:34:34PM +0400, Kirill Smelkov wrote:
> Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
> ---
>  Makefile |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Thanks,
	applied.

	Sam

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-10  6:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-09 11:34 [PATCH] Makefile: fix few typos Kirill Smelkov
2009-04-09 11:38 ` [Navy-patches] " Dmitry Gryazin
2009-04-10  6:59 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).