summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2020-06-16 21:51:32 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-06-17 10:44:55 +0900
commit0f50d21ade110e519425a5c1e2cfee7a130d1a0e (patch)
treeaece9460a210a875c9e94c7da6ff8fb86b6c5986 /scripts
parent4d0831e8a029c03f49f434f28b8faef9f0bd403f (diff)
scripts: Fix typo in headers_install.sh
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/headers_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh
index 955cf3aedf21..224f51012b6e 100755
--- 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 written to"
exit 1
fi