]> git.ipfire.org Git - people/ms/linux.git/commitdiff
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 2b6feabf638186f44953ca5a3d1c9615841539f2..e2f2a3c3bb224a612f8473c1b340ada4f7cd27d2 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();
 }