aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2023-09-03 21:38:29 -0600
committerElyes Haouas <ehaouas@noos.fr>2023-09-08 00:53:57 +0000
commit74f18777a2e6919172a4214c3195bfcc48f48407 (patch)
tree792af40f72ed0f4287239a707acce3edbe89c9d2 /src/arch
parentcef239675b46ffec6c3c4a99875329f0ee92a6b5 (diff)
arch to drivers/intel: Fix misspellings & capitalization issues
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ic52f01d1d5d86334e0fd639b968b5eed43a35f1d Reviewed-on: https://review.coreboot.org/c/coreboot/+/77633 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/arm64/armv8/exception.c2
-rw-r--r--src/arch/x86/exception.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/arm64/armv8/exception.c b/src/arch/arm64/armv8/exception.c
index 80b619df94..15d7e38398 100644
--- a/src/arch/arm64/armv8/exception.c
+++ b/src/arch/arm64/armv8/exception.c
@@ -160,7 +160,7 @@ void exc_dispatch(struct exc_state *state, uint64_t idx)
static int test_exception_handler(struct exc_state *state, uint64_t vector_id)
{
- /* Update instruction pointer to next instrution. */
+ /* Update instruction pointer to next instruction. */
state->elx.elr += sizeof(uint32_t);
raw_write_elr_el3(state->elx.elr);
return EXC_RET_HANDLED;
diff --git a/src/arch/x86/exception.c b/src/arch/x86/exception.c
index e9234ade4a..e2d585f958 100644
--- a/src/arch/x86/exception.c
+++ b/src/arch/x86/exception.c
@@ -305,7 +305,7 @@ static int get_packet(char *buffer)
int count;
char ch;
- /* Wishlit implement a timeout in get_packet */
+ /* TODO: implement a timeout in get_packet */
do {
/* wait around for the start character, ignore all other
* characters