projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9413e3a
)
cmd/Kconfig: Fix spelling of "resetting".
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 21 Dec 2021 21:06:56 +0000
(13:06 -0800)
committer
Tom Rini
<trini@konsulko.com>
Thu, 13 Jan 2022 12:57:49 +0000
(07:57 -0500)
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index d70dbd47880603a009d91884e06b01c870b88961..dd7ab8df91a82760cfb56b028442b66c61c29e94 100644
(file)
--- 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
+ reset
t
ing the IDE interface, printing the partition table and
geting device info. It also enables the 'diskboot' command which
permits booting from an IDE drive.