diff options
author | Antony Pavlov <antonynpavlov@gmail.com> | 2019-01-08 22:45:57 +0300 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2019-01-23 12:56:20 -0800 |
commit | 86cca81a31cdc6f1f292b5b0c6a4e7e06863cdc9 (patch) | |
tree | 39d668bc2d00412f3aa7490226866c5d752b98f0 /arch/riscv | |
parent | 8581f38742cf98f55e53a384a2612a1171b3600a (diff) | |
download | linux-86cca81a31cdc6f1f292b5b0c6a4e7e06863cdc9.tar.bz2 |
RISC-V: Kconfig: fix spelling mistake "traget" -> "target"
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r-- | arch/riscv/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index feeeaa60697c..515fc3cc9687 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 |