OSDN Git Service

openrisc: fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 30 Apr 2022 19:11:22 +0000 (21:11 +0200)
committerStafford Horne <shorne@gmail.com>
Wed, 11 May 2022 21:01:32 +0000 (06:01 +0900)
Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/mm/tlb.c

index 2b6feab..e2f2a3c 100644 (file)
@@ -128,7 +128,7 @@ void local_flush_tlb_mm(struct mm_struct *mm)
 
        /* Was seeing bugs with the mm struct passed to us. Scrapped most of
           this function. */
-       /* Several architctures do this */
+       /* Several architectures do this */
        local_flush_tlb_all();
 }