diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-03-30 11:17:42 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-03-31 15:59:47 (GMT) |
commit | 6797630685ab47512787b5dbaf44ca801f16d317 (patch) | |
tree | f7637895b3152417c5b7a4e105fe8758620ec76e /lib | |
parent | 5b660066464e3270e5b9c236bf15829df868176c (diff) | |
download | u-boot-6797630685ab47512787b5dbaf44ca801f16d317.tar.xz |
cosmetic: Fix typos "privide"
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 7a45336..2b97c2b 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 |