diff options
| author | Yu Chien Peter Lin <[email protected]> | 2022-10-14 08:32:40 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-10-23 10:19:28 +0530 |
| commit | 11d14ae7f2a6fb8974f05adc9113cfd0b2ec7646 (patch) | |
| tree | 9369ec086f7743daf3c53c67f41d8ddac31398f0 | |
| parent | 98aa12738df6867d8cc35490e32da7e17de06e1a (diff) | |
lib: sbi: Fix typo in comment
%s/is is/is
Signed-off-by: Yu Chien Peter Lin <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rw-r--r-- | lib/sbi/sbi_expected_trap.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbi/sbi_expected_trap.S b/lib/sbi/sbi_expected_trap.S index a5ef26a3..1f2d6b97 100644 --- a/lib/sbi/sbi_expected_trap.S +++ b/lib/sbi/sbi_expected_trap.S @@ -11,7 +11,7 @@ #include <sbi/sbi_trap.h> /* - * We assume that faulting instruction is is 4-byte long and blindly + * We assume that faulting instruction is 4-byte long and blindly * increment SEPC by 4. * * The trap info will be saved as follows: |
