lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 16 Jun 2020 21:51:32 +0900
From:   Masanari Iida <standby24x7@...il.com>
To:     linux-kernel@...r.kernel.org, yamada.masahiro@...ionext.com,
        arnd@...db.de, geert+renesas@...der.be
Cc:     Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] scripts: Fix typo in headers_install.sh

This patch fix a spelling typo in scripts/headers_install.sh

Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
 scripts/headers_install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.27.0.83.g0313f36c6ebe

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ