diff mbox series

RISC-V: Kconfig: fix spelling mistake "traget" -> "target"

Message ID 20190108194557.28740-1-antonynpavlov@gmail.com (mailing list archive)
State New, archived
Headers show
Series RISC-V: Kconfig: fix spelling mistake "traget" -> "target" | expand

Commit Message

Antony Pavlov Jan. 8, 2019, 7:45 p.m. UTC
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/riscv/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christoph Hellwig Jan. 15, 2019, 1:57 p.m. UTC | #1
Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>
diff mbox series

Patch

diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index feeeaa60697ca..515fc3cc96871 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -103,7 +103,7 @@  choice
 	prompt "Base ISA"
 	default ARCH_RV64I
 	help
-	  This selects the base ISA that this kernel will traget and must match
+	  This selects the base ISA that this kernel will target and must match
 	  the target platform.
 
 config ARCH_RV32I