diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2017-10-06 20:17:52 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-07 07:09:34 -0400 |
commit | bbfe63b60aad29bb0ed65a1968519765bd68368a (patch) | |
tree | 7a1e6e347e12afdc02c1c50819dfa89cbc141fa7 | |
parent | 2cc3ce24a9874451e6751a062cc2ae5040fd8bee (diff) |
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>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1395,7 +1395,7 @@ help: | |||
1395 | @echo ' Build, install, and boot kernel before' | 1395 | @echo ' Build, install, and boot kernel before' |
1396 | @echo ' running kselftest on it' | 1396 | @echo ' running kselftest on it' |
1397 | @echo ' kselftest-clean - Remove all generated kselftest files' | 1397 | @echo ' kselftest-clean - Remove all generated kselftest files' |
1398 | @echo ' kselftest-merge - Merge all the config dependencies of kselftest to existed' | 1398 | @echo ' kselftest-merge - Merge all the config dependencies of kselftest to existing' |
1399 | @echo ' .config.' | 1399 | @echo ' .config.' |
1400 | @echo '' | 1400 | @echo '' |
1401 | @echo 'Userspace tools targets:' | 1401 | @echo 'Userspace tools targets:' |