summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2023-09-04 15:37:07 -0600
committerFelix Held <felix-coreboot@felixheld.de>2023-12-13 10:42:30 +0000
commit3e25f85d68d10249473d422c4c19dc30ea55e8b0 (patch)
tree0fb6767dfe8334c455ccd8d3dace51bf02664932 /src/include/cpu
parent3933ed5e5a73898becc80dccc35a58a158f8899e (diff)
downloadcoreboot-3e25f85d68d10249473d422c4c19dc30ea55e8b0.tar.gz
coreboot-3e25f85d68d10249473d422c4c19dc30ea55e8b0.tar.bz2
coreboot-3e25f85d68d10249473d422c4c19dc30ea55e8b0.zip
drivers/ipmi to lib: Fix misspellings & capitalization issues
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I926ec4c1c00339209ef656995031026935e52558 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637 Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/x86/mp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cpu/x86/mp.h b/src/include/cpu/x86/mp.h
index 343bd9c4faae..dd86dce2c548 100644
--- a/src/include/cpu/x86/mp.h
+++ b/src/include/cpu/x86/mp.h
@@ -75,7 +75,7 @@ struct mp_ops {
uintptr_t staggered_smbase);
/*
* Optionally provide a callback that is called after the APs
- * and the BSP have gone through the initialion sequence.
+ * and the BSP have gone through the initialization sequence.
*/
void (*post_mp_init)(void);
};