summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-22 00:06:56 +0300
committerTom Rini <trini@konsulko.com>2022-01-13 15:57:49 +0300
commit1107b062e5ea0217006191b7cf112dad9bbbbac9 (patch)
tree6246b96d0cfef716b3098d12cd01b676c4aff283 /cmd
parent9413e3a17562d37e0b8640f0c65a3df095483f11 (diff)
downloadu-boot-1107b062e5ea0217006191b7cf112dad9bbbbac9.tar.xz
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 d70dbd4788..dd7ab8df91 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.