Skip to content

Commit 0f50d21

Browse files
standby24x7masahir0y
authored andcommitted
scripts: Fix typo in headers_install.sh
This patch fixes a spelling typo in scripts/headers_install.sh Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 4d0831e commit 0f50d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/headers_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ then
1111
echo "asm/inline/volatile keywords."
1212
echo
1313
echo "INFILE: header file to operate on"
14-
echo "OUTFILE: output file which the processed header is writen to"
14+
echo "OUTFILE: output file which the processed header is written to"
1515

1616
exit 1
1717
fi

0 commit comments

Comments
 (0)