diff mbox series

[05/11] cmd/Kconfig: Fix spelling of "resetting".

Message ID 20211221210702.11123-5-vagrant@debian.org
State Accepted
Commit 1107b062e5ea0217006191b7cf112dad9bbbbac9
Delegated to: Tom Rini
Headers show
Series [01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed". | expand

Commit Message

Vagrant Cascadian Dec. 21, 2021, 9:06 p.m. UTC
---
 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Jan. 13, 2022, 2:24 p.m. UTC | #1
On Tue, Dec 21, 2021 at 01:06:56PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 5b30b13e43..bb11aec9b7 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.