diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-05-18 14:17:29 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-18 18:49:44 +0200 |
commit | 468f8763fea195f27ce851bded540de5c799628d (patch) | |
tree | 88d7de1f6d3c4e5ed489494df1c83b3783846a42 | |
parent | docs: Fix some formatting issues in request-key.rst (diff) | |
download | linux-468f8763fea195f27ce851bded540de5c799628d.tar.xz linux-468f8763fea195f27ce851bded540de5c799628d.zip |
Documentation, kbuild: fix typo "minimun" -> "minimum"
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/kbuild/makefiles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt index e18daca65ccd..659afd56ecdb 100644 --- a/Documentation/kbuild/makefiles.txt +++ b/Documentation/kbuild/makefiles.txt @@ -1331,7 +1331,7 @@ See subsequent chapter for the syntax of the Kbuild file. --- 7.5 mandatory-y mandatory-y is essentially used by include/uapi/asm-generic/Kbuild.asm - to define the minimun set of headers that must be exported in + to define the minimum set of headers that must be exported in include/asm. The convention is to list one subdir per line and |