]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
riscv: entry: fix typo in comment 'instruciton' -> 'instruction'
authorFlorian Schmaus <flo@geekplace.eu>
Mon, 6 Oct 2025 09:37:42 +0000 (11:37 +0200)
committerPaul Walmsley <pjw@kernel.org>
Fri, 10 Oct 2025 01:36:45 +0000 (19:36 -0600)
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>
arch/riscv/kernel/entry.S

index d3d92a4becc726ef77f8b129ca4032519335b0c9..9b9dec6893b81a6b0c39af654590848e9ef754c1 100644 (file)
@@ -455,7 +455,7 @@ SYM_DATA_START_LOCAL(excp_vect_table)
        RISCV_PTR do_trap_ecall_s
        RISCV_PTR do_trap_unknown
        RISCV_PTR do_trap_ecall_m
-       /* instruciton page fault */
+       /* instruction page fault */
        ALT_PAGE_FAULT(RISCV_PTR do_page_fault)
        RISCV_PTR do_page_fault   /* load page fault */
        RISCV_PTR do_trap_unknown