From: Jim Davis Date: Tue, 14 Feb 2017 00:02:57 +0000 (-0700) Subject: Documentation: DocBook/Makefile comment typo X-Git-Tag: v4.14-rc1~1033^2~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f3a249110bea205b025a108f4b360c1d2ff8880;p=platform%2Fkernel%2Flinux-rpi.git Documentation: DocBook/Makefile comment typo Fix a se for so typo. Signed-off-by: Jim Davis Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index c95b1aa..327bf57 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -272,6 +272,6 @@ cleandocs: $(Q)rm -rf $(call objectify, $(clean-dirs)) # 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)