diff options
Diffstat (limited to 'src/include/bootblock_common.h')
-rw-r--r-- | src/include/bootblock_common.h | 2 |
1 files changed, 1 insertions, 1 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); |