From: Julia Lawall Date: Sat, 30 Apr 2022 19:11:22 +0000 (+0200) Subject: openrisc: fix typos in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d49401999adda2d69150b69655ade16dc77baa96;p=linux.git openrisc: fix typos in comments Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Stafford Horne --- diff --git a/arch/openrisc/mm/tlb.c b/arch/openrisc/mm/tlb.c index 2b6feabf63818..e2f2a3c3bb224 100644 --- a/arch/openrisc/mm/tlb.c +++ b/arch/openrisc/mm/tlb.c @@ -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(); }