From: Masanari Iida Date: Tue, 16 Jun 2020 12:51:32 +0000 (+0900) Subject: scripts: Fix typo in headers_install.sh X-Git-Tag: v5.10.7~2273^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f50d21ade110e519425a5c1e2cfee7a130d1a0e;p=platform%2Fkernel%2Flinux-rpi.git scripts: Fix typo in headers_install.sh This patch fixes a spelling typo in scripts/headers_install.sh Signed-off-by: Masanari Iida Signed-off-by: Masahiro Yamada --- diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh index 955cf3a..224f510 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