Fix spelling of available.
authorVagrant Cascadian <vagrant@debian.org>
Fri, 3 May 2019 22:28:37 +0000 (14:28 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 9 May 2019 23:52:55 +0000 (19:52 -0400)
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
arch/x86/Kconfig
arch/x86/cpu/i386/interrupt.c
arch/x86/lib/fsp/fsp_common.c
common/spl/Kconfig

index 45a533625a6fca5c51e3673eec98589363384dfd..70f939869affcacd30c4791853a5b0fd8753e0f2 100644 (file)
@@ -421,7 +421,7 @@ config ENABLE_MRC_CACHE
          For platforms that use Intel FSP for the memory initialization,
          please check FSP output HOB via U-Boot command 'fsp hob' to see
          if there is FSP_NON_VOLATILE_STORAGE_HOB_GUID (asm/fsp/fsp_hob.h).
-         If such GUID does not exist, MRC cache is not avaiable on such
+         If such GUID does not exist, MRC cache is not available on such
          platform (eg: Intel Queensbay), which means selecting this option
          here does not make any difference.
 
index 1ea415b876df9fbd6c065d85dffb5d9159796854..47df3172b78f886f952b12b1a59a64a27ebcd541 100644 (file)
@@ -37,7 +37,7 @@ static char *exceptions[] = {
        "Overflow",
        "BOUND Range Exceeded",
        "Invalid Opcode (Undefined Opcode)",
-       "Device Not Avaiable (No Math Coprocessor)",
+       "Device Not Available (No Math Coprocessor)",
        "Double Fault",
        "Coprocessor Segment Overrun",
        "Invalid TSS",
index d5ed1d5631287fde641bf46d429d2bcca9fd6720..ed0827c6e921901d440c1733dbef10a40462087e 100644 (file)
@@ -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);
index dd078fe79d1e651fea926b4bc9815248ac54b8b8..c7cd34449a525fc0bec0300e589023c3460b476b 100644 (file)
@@ -282,7 +282,7 @@ config SPL_SHA1_SUPPORT
          checksum is a 160-bit (20-byte) hash value used to check that the
          image contents have not been corrupted or maliciously altered.
          While SHA1 is fairly secure it is coming to the end of its life
-         due to the expanding computing power avaiable to brute-force
+         due to the expanding computing power available to brute-force
          attacks. For more security, consider SHA256.
 
 config SPL_SHA256_SUPPORT