projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0831e
)
scripts: Fix typo in headers_install.sh
author
Masanari Iida
<standby24x7@gmail.com>
Tue, 16 Jun 2020 12:51:32 +0000
(21:51 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 17 Jun 2020 01:44:55 +0000
(10:44 +0900)
This patch fixes a spelling typo in scripts/headers_install.sh
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/headers_install.sh
patch
|
blob
|
history
diff --git
a/scripts/headers_install.sh
b/scripts/headers_install.sh
index 955cf3aedf21a644a105e653ef3ba5a6deae0adc..224f51012b6e887c4bf7ea081998a078deb7726d 100755
(executable)
--- a/
scripts/headers_install.sh
+++ b/
scripts/headers_install.sh
@@
-11,7
+11,7
@@
then
echo "asm/inline/volatile keywords."
echo
echo "INFILE: header file to operate on"
- echo "OUTFILE: output file which the processed header is writen to"
+ echo "OUTFILE: output file which the processed header is writ
t
en to"
exit 1
fi