diff options
| author | Vagrant Cascadian <[email protected]> | 2021-12-21 13:06:56 -0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-13 07:57:49 -0500 |
| commit | 1107b062e5ea0217006191b7cf112dad9bbbbac9 (patch) | |
| tree | 6246b96d0cfef716b3098d12cd01b676c4aff283 /cmd | |
| parent | 9413e3a17562d37e0b8640f0c65a3df095483f11 (diff) | |
cmd/Kconfig: Fix spelling of "resetting".
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index d70dbd47880..dd7ab8df91a 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. |
