aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorJim Davis <jim.epost@gmail.com>2017-02-13 17:02:57 -0700
committerJonathan Corbet <corbet@lwn.net>2017-02-15 15:11:49 -0700
commit0f3a249110bea205b025a108f4b360c1d2ff8880 (patch)
tree85fe8d40cc4668106ed166fc17b51bc691973bd4 /Documentation/DocBook
parentImprove sparse documentation (diff)
downloadwireguard-linux-0f3a249110bea205b025a108f4b360c1d2ff8880.tar.xz
wireguard-linux-0f3a249110bea205b025a108f4b360c1d2ff8880.zip
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>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index c95b1aa47b45..327bf57f4599 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)