Documentation: DocBook/Makefile comment typo
authorJim Davis <jim.epost@gmail.com>
Tue, 14 Feb 2017 00:02:57 +0000 (17:02 -0700)
committerJonathan Corbet <corbet@lwn.net>
Wed, 15 Feb 2017 22:11:49 +0000 (15:11 -0700)
Fix a se for so typo.

Signed-off-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DocBook/Makefile

index c95b1aa..327bf57 100644 (file)
@@ -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)