diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-08 12:49:33 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-02-09 10:04:04 +0000 |
commit | 3b3bb7cd627379963219bad12163430f9af94007 (patch) | |
tree | f1d891bb32bfa3641c95ff9f16348451ca09053c /src/device/oprom | |
parent | 3c90559d742a64d6d24f0c5da143323af9ad9854 (diff) |
treewide: Remove repeated words
Found by linter
Change-Id: I7a49cce0b56cf83d0e4490733f9190284a314c4a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72896
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/device/oprom')
-rw-r--r-- | src/device/oprom/realmode/x86_asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/realmode/x86_asm.S b/src/device/oprom/realmode/x86_asm.S index ea030dfaa5..a2c4aa56b9 100644 --- a/src/device/oprom/realmode/x86_asm.S +++ b/src/device/oprom/realmode/x86_asm.S @@ -328,7 +328,7 @@ __intXX_instr = RELOCATED(.) /* This is the 16-bit interrupt entry point called by the IDT stub code. * - * Before this code code is called, %eax is pushed to the stack, and the + * Before this code is called, %eax is pushed to the stack, and the * interrupt number is loaded into %al. On return this function cleans up * for its caller. */ |