aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-21 13:06:56 -0800
committerTom Rini <trini@konsulko.com>2022-01-13 07:57:49 -0500
commit1107b062e5ea0217006191b7cf112dad9bbbbac9 (patch)
tree6246b96d0cfef716b3098d12cd01b676c4aff283 /cmd
parent9413e3a17562d37e0b8640f0c65a3df095483f11 (diff)
downloadu-boot-1107b062e5ea0217006191b7cf112dad9bbbbac9.zip
u-boot-1107b062e5ea0217006191b7cf112dad9bbbbac9.tar.gz
u-boot-1107b062e5ea0217006191b7cf112dad9bbbbac9.tar.bz2
cmd/Kconfig: Fix spelling of "resetting".
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index d70dbd4..dd7ab8d 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1012,7 +1012,7 @@ config CMD_IDE
select IDE
help
Provides an 'ide' command which allows accessing the IDE drive,
- reseting the IDE interface, printing the partition table and
+ resetting the IDE interface, printing the partition table and
geting device info. It also enables the 'diskboot' command which
permits booting from an IDE drive.