Commit d4940199 authored by Julia Lawall's avatar Julia Lawall Committed by Stafford Horne
Browse files

openrisc: fix typos in comments



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

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent af2d861d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
}