aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/kbuild/makefiles.txt
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2011-01-09 08:59:49 +0100
committerJiri Kosina <jkosina@suse.cz>2011-02-17 16:30:10 +0100
commit177b241d0ed7154417d3510695c6d14107591e80 (patch)
tree48d49d029d3486f76cbf202a24c05f3f2b57e1ed /Documentation/kbuild/makefiles.txt
parentmemcg: clarify use_hierarchy documentation (diff)
downloadwireguard-linux-177b241d0ed7154417d3510695c6d14107591e80.tar.xz
wireguard-linux-177b241d0ed7154417d3510695c6d14107591e80.zip
kbuild, mtd, net: a few comment typo fixes and rewording
Signed-off-by: Gilles Espinasse <g.esp@free.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/kbuild/makefiles.txt')
-rw-r--r--Documentation/kbuild/makefiles.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
index 86e3cd0d26a0..5d145bb443c0 100644
--- a/Documentation/kbuild/makefiles.txt
+++ b/Documentation/kbuild/makefiles.txt
@@ -1325,7 +1325,8 @@ The top Makefile exports the following variables:
If this variable is specified, will cause modules to be stripped
after they are installed. If INSTALL_MOD_STRIP is '1', then the
default option --strip-debug will be used. Otherwise,
- INSTALL_MOD_STRIP will used as the option(s) to the strip command.
+ INSTALL_MOD_STRIP value will be used as the option(s) to the strip
+ command.
=== 9 Makefile language