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>] [day] [month] [year] [list]
Date:   Fri, 18 Mar 2022 11:37:02 +0100
From:   Julia Lawall <Julia.Lawall@...ia.fr>
To:     Oleg Nesterov <oleg@...hat.com>
Cc:     kernel-janitors@...r.kernel.org,
        Yoshinori Sato <ysato@...rs.sourceforge.jp>,
        uclinux-h8-devel@...ts.sourceforge.jp, linux-kernel@...r.kernel.org
Subject: [PATCH] h8300: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>

---
 arch/h8300/kernel/ptrace_h.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/h8300/kernel/ptrace_h.c b/arch/h8300/kernel/ptrace_h.c
index 15db45a03b04..d6eac37ba1b6 100644
--- a/arch/h8300/kernel/ptrace_h.c
+++ b/arch/h8300/kernel/ptrace_h.c
@@ -27,7 +27,7 @@ void user_disable_single_step(struct task_struct *child)
 enum jump_type {none,	 /* normal instruction */
 		jabs,	 /* absolute address jump */
 		ind,	 /* indirect address jump */
-		ret,	 /* return to subrutine */
+		ret,	 /* return to subroutine */
 		reg,	 /* register indexed jump */
 		relb,	 /* pc relative jump (byte offset) */
 		relw,	 /* pc relative jump (word offset) */

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ