diff options
author | Masanari Iida <standby24x7@gmail.com> | 2020-06-16 15:51:32 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-06-17 04:44:55 +0300 |
commit | 0f50d21ade110e519425a5c1e2cfee7a130d1a0e (patch) | |
tree | aece9460a210a875c9e94c7da6ff8fb86b6c5986 /scripts | |
parent | 4d0831e8a029c03f49f434f28b8faef9f0bd403f (diff) | |
download | linux-0f50d21ade110e519425a5c1e2cfee7a130d1a0e.tar.xz |
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-x | scripts/headers_install.sh | 2 |
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 |