Commit fe8d0a41081d6d0912386f3672ccc0bf1d675630

Authored by Kirill Smelkov
Committed by Sam Ravnborg
1 parent c7bb349e7c

kbuild: fix a few typos in top-level Makefile

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Acked-by: Dmitry Gryazin <gdu@mns.spb.ru>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -567,7 +567,7 @@
567 567 # disable pointer signed / unsigned warnings in gcc 4.0
568 568 KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
569 569  
570   -# disable invalid "can't wrap" optimzations for signed / pointers
  570 +# disable invalid "can't wrap" optimizations for signed / pointers
571 571 KBUILD_CFLAGS += $(call cc-option,-fwrapv)
572 572  
573 573 # revert to pre-gcc-4.4 behaviour of .eh_frame
... ... @@ -1587,6 +1587,6 @@
1587 1587 FORCE:
1588 1588  
1589 1589 # Declare the contents of the .PHONY variable as phony. We keep that
1590   -# information in a variable se we can use it in if_changed and friends.
  1590 +# information in a variable so we can use it in if_changed and friends.
1591 1591 .PHONY: $(PHONY)