Skip to content

Commit d494019

Browse files
JuliaLawallstffrdhrn
authored andcommitted
openrisc: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Stafford Horne <[email protected]>
1 parent af2d861 commit d494019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/openrisc/mm/tlb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void local_flush_tlb_mm(struct mm_struct *mm)
128128

129129
/* Was seeing bugs with the mm struct passed to us. Scrapped most of
130130
this function. */
131-
/* Several architctures do this */
131+
/* Several architectures do this */
132132
local_flush_tlb_all();
133133
}
134134

0 commit comments

Comments
 (0)