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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 15 Feb 2023 14:50:13 +0530
From:   Bhaskar Chowdhury <unixbhaskar@...il.com>
To:     unixbhaskar@...il.com, linux-kernel@...r.kernel.org
Cc:     jolsa@...nel.org
Subject: [PATCH] tools:build: Fix few spells

s/borow/borrow/
s/dependecies/dependencies/
s/commandline/command iine/ ------> this one does't matter but for sanity.

cc: jolsa@...nel.org

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
 tools/build/fixdep.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/build/fixdep.c b/tools/build/fixdep.c
index 2501fea7aa3e..266cf9a1a871 100644
--- a/tools/build/fixdep.c
+++ b/tools/build/fixdep.c
@@ -7,8 +7,8 @@
  *   Copyright    2002 by Kai Germaschewski  <kai.germaschewski@....de>
  *
  * This code has been borrowed from kbuild's fixdep (scripts/basic/fixdep.c),
- * Please check it for detailed explanation. This fixdep borow only the
- * base transformation of dependecies without the CONFIG mangle.
+ * Please check it for detailed explanation. This fixdep borrow only the
+ * base transformation of dependencies without the CONFIG mangle.
  */

 #include <sys/types.h>
@@ -32,7 +32,7 @@ static void usage(void)
 }

 /*
- * Print out the commandline prefixed with cmd_<target filename> :=
+ * Print out the command line prefixed with cmd_<target filename> :=
  */
 static void print_cmdline(void)
 {
--
2.39.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ