projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc3ce2
)
Makefile: kselftest: fix grammar typo
author
Randy Dunlap
<
[email protected]
>
Sat, 7 Oct 2017 00:17:52 +0000
(17:17 -0700)
committer
Masahiro Yamada
<
[email protected]
>
Sat, 7 Oct 2017 11:09:34 +0000
(20:09 +0900)
Correct typo in kselftest help text.
Signed-off-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Masahiro Yamada <
[email protected]
>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1b487175f3bcbd01fb0102be45b7090fd6ba3d72..d5ed3cec79384f33125cff88b6770e861aea1734 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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 exist
ed
'
+ @echo ' kselftest-merge - Merge all the config dependencies of kselftest to exist
ing
'
@echo ' .config.'
@echo ''
@echo 'Userspace tools targets:'