Skip to content

Commit c199745

Browse files
FlowdalicPaul Walmsley
authored andcommitted
riscv: entry: fix typo in comment 'instruciton' -> 'instruction'
Fix a typo in a comment in the RISC-V entry.S. Signed-off-by: Florian Schmaus <flo@geekplace.eu> Link: https://lore.kernel.org/r/20251006093742.53925-1-flo@geekplace.eu [pjw@kernel.org: wrote a basic patch description] Signed-off-by: Paul Walmsley <pjw@kernel.org>
1 parent ae9e9f3 commit c199745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/kernel/entry.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ SYM_DATA_START_LOCAL(excp_vect_table)
455455
RISCV_PTR do_trap_ecall_s
456456
RISCV_PTR do_trap_unknown
457457
RISCV_PTR do_trap_ecall_m
458-
/* instruciton page fault */
458+
/* instruction page fault */
459459
ALT_PAGE_FAULT(RISCV_PTR do_page_fault)
460460
RISCV_PTR do_page_fault /* load page fault */
461461
RISCV_PTR do_trap_unknown

0 commit comments

Comments
 (0)