summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-03 14:28:37 -0800
committerTom Rini <trini@konsulko.com>2019-05-09 19:52:55 -0400
commit048a92ea54355756292aa49a4cf88518a98ec37a (patch)
treea8ee961dc01900fa41096b9473ad0412f248e940 /common
parentdd30961ca10b6cec605881e6350253a80163440c (diff)
Fix spelling of available.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index dd078fe79d..c7cd34449a 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -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