summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-04 01:28:37 +0300
committerTom Rini <trini@konsulko.com>2019-05-10 02:52:55 +0300
commit048a92ea54355756292aa49a4cf88518a98ec37a (patch)
treea8ee961dc01900fa41096b9473ad0412f248e940 /arch/x86/lib/fsp
parentdd30961ca10b6cec605881e6350253a80163440c (diff)
downloadu-boot-048a92ea54355756292aa49a4cf88518a98ec37a.tar.xz
Fix spelling of available.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'arch/x86/lib/fsp')
-rw-r--r--arch/x86/lib/fsp/fsp_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/fsp/fsp_common.c b/arch/x86/lib/fsp/fsp_common.c
index d5ed1d5631..ed0827c6e9 100644
--- a/arch/x86/lib/fsp/fsp_common.c
+++ b/arch/x86/lib/fsp/fsp_common.c
@@ -138,7 +138,7 @@ int arch_fsp_init(void)
}
/*
- * DM is not avaiable yet at this point, hence call
+ * DM is not available yet at this point, hence call
* CMOS access library which does not depend on DM.
*/
stack = cmos_read32(CMOS_FSP_STACK_ADDR);