openrisc: fix typos in comments

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>
This commit is contained in:
Julia Lawall 2022-04-30 21:11:22 +02:00 committed by Stafford Horne
parent af2d861d4c
commit d49401999a
1 changed files with 1 additions and 1 deletions

View 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();
}