Documentation: DocBook/Makefile comment typo

Fix a se for so typo.

Signed-off-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Jim Davis 2017-02-13 17:02:57 -07:00 committed by Jonathan Corbet
parent 291b9d7368
commit 0f3a249110
1 changed files with 1 additions and 1 deletions

View 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)