diff options
author | Gilles Espinasse <g.esp@free.fr> | 2011-01-09 08:59:49 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 16:30:10 +0100 |
commit | 177b241d0ed7154417d3510695c6d14107591e80 (patch) | |
tree | 48d49d029d3486f76cbf202a24c05f3f2b57e1ed /Makefile | |
parent | 689bca3bbccd41be7b256e2227ff2fd0d7aed4ee (diff) |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -666,7 +666,7 @@ export MODLIB # INSTALL_MOD_STRIP, if defined, 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 options to the strip command. +# INSTALL_MOD_STRIP value will be used as the options to the strip command. ifdef INSTALL_MOD_STRIP ifeq ($(INSTALL_MOD_STRIP),1) |