aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/bootblock_common.h2
-rw-r--r--src/include/types.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/bootblock_common.h b/src/include/bootblock_common.h
index 0f6c5e467f..7af0cebe63 100644
--- a/src/include/bootblock_common.h
+++ b/src/include/bootblock_common.h
@@ -24,7 +24,7 @@
/*
* These are defined as weak no-ops that can be overridden by mainboard/SoC.
* The 'early' variants are called prior to console initialization. Also, the
- * SoC functions are called prior to the mainboard fucntions.
+ * SoC functions are called prior to the mainboard functions.
*/
void decompressor_soc_init(void);
void bootblock_mainboard_early_init(void);
diff --git a/src/include/types.h b/src/include/types.h
index 7307cd5072..b76c95b5bb 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -34,7 +34,7 @@
* 100.
*/
enum cb_err {
- CB_SUCCESS = 0, /**< Call completed succesfully */
+ CB_SUCCESS = 0, /**< Call completed successfully */
CB_ERR = -1, /**< Generic error code */
CB_ERR_ARG = -2, /**< Invalid argument */