[PATCH v2 06/25] x86: mtrr: Fix 'ensable' typo
Simon Glass
sjg at chromium.org
Sun Jun 14 18:59:39 CEST 2020
Fix a typo in the command help.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>
---
(no changes since v1)
cmd/x86/mtrr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/x86/mtrr.c b/cmd/x86/mtrr.c
index 084d7315f4..5d25c5802a 100644
--- a/cmd/x86/mtrr.c
+++ b/cmd/x86/mtrr.c
@@ -135,5 +135,5 @@ U_BOOT_CMD(
"set <reg> <type> <start> <size> - set a register\n"
"\t<type> is Uncacheable, Combine, Through, Protect, Back\n"
"disable <reg> - disable a register\n"
- "ensable <reg> - enable a register"
+ "enable <reg> - enable a register"
);
--
2.27.0.290.gba653c62da-goog
More information about the U-Boot
mailing list