diff options
author | Randy Dunlap | 2017-10-07 02:17:52 +0200 |
---|---|---|
committer | Masahiro Yamada | 2017-10-07 13:09:34 +0200 |
commit | bbfe63b60aad29bb0ed65a1968519765bd68368a (patch) | |
tree | 7a1e6e347e12afdc02c1c50819dfa89cbc141fa7 /Makefile | |
parent | kbuild: Fix optimization level choice default (diff) | |
download | kernel-qcow2-linux-bbfe63b60aad29bb0ed65a1968519765bd68368a.tar.gz kernel-qcow2-linux-bbfe63b60aad29bb0ed65a1968519765bd68368a.tar.xz kernel-qcow2-linux-bbfe63b60aad29bb0ed65a1968519765bd68368a.zip |
Makefile: kselftest: fix grammar typo
Correct typo in kselftest help text.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1395,7 +1395,7 @@ help: @echo ' Build, install, and boot kernel before' @echo ' running kselftest on it' @echo ' kselftest-clean - Remove all generated kselftest files' - @echo ' kselftest-merge - Merge all the config dependencies of kselftest to existed' + @echo ' kselftest-merge - Merge all the config dependencies of kselftest to existing' @echo ' .config.' @echo '' @echo 'Userspace tools targets:' |