diff mbox series

[1/1] riscv: fix typo 'repalce'

Message ID 20220528000934.21182-1-heinrich.schuchardt@canonical.com (mailing list archive)
State New, archived
Headers show
Series [1/1] riscv: fix typo 'repalce' | expand

Commit Message

Heinrich Schuchardt May 28, 2022, 12:09 a.m. UTC
%s/repalce/replace/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 arch/riscv/Kconfig.erratas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/riscv/Kconfig.erratas b/arch/riscv/Kconfig.erratas
index ebfcd5cc6eaf..6957b4e6c5e8 100644
--- a/arch/riscv/Kconfig.erratas
+++ b/arch/riscv/Kconfig.erratas
@@ -27,7 +27,7 @@  config ERRATA_SIFIVE_CIP_1200
 	depends on ERRATA_SIFIVE && 64BIT
 	default y
 	help
-	  This will apply the SiFive CIP-1200 errata to repalce all
+	  This will apply the SiFive CIP-1200 errata to replace all
 	  "sfence.vma addr" with "sfence.vma" to ensure that the addr
 	  has been flushed from TLB.