diff options
author | Masahiro Yamada | 2016-03-30 20:17:42 +0900 |
---|---|---|
committer | Masahiro Yamada | 2016-04-01 00:59:47 +0900 |
commit | 6797630685ab47512787b5dbaf44ca801f16d317 (patch) | |
tree | f7637895b3152417c5b7a4e105fe8758620ec76e /lib/Kconfig | |
parent | 5b660066464e3270e5b9c236bf15829df868176c (diff) |
cosmetic: Fix typos "privide"
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 7a453362a1b..2b97c2b0a47 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -16,7 +16,7 @@ config USE_PRIVATE_LIBGCC depends on HAVE_PRIVATE_LIBGCC help This option allows you to use the built-in libgcc implementation - of U-Boot instead of the one privided by the compiler. + of U-Boot instead of the one provided by the compiler. If unsure, say N. config SYS_HZ |