linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] h8300: fix typos in comments
@ 2022-03-18 10:37 Julia Lawall
  0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2022-03-18 10:37 UTC (permalink / raw)
  To: Oleg Nesterov
  Cc: kernel-janitors, Yoshinori Sato, uclinux-h8-devel, linux-kernel

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

Signed-off-by: Julia Lawall <Julia.Lawall@inria.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) */


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-18 10:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 10:37 [PATCH] h8300: fix typos in comments Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).