]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: mtrr: Fix 'ensable' typo
authorSimon Glass <sjg@chromium.org>
Fri, 17 Jul 2020 14:48:12 +0000 (08:48 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 20 Jul 2020 01:46:44 +0000 (09:46 +0800)
Fix a typo in the command help.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/x86/mtrr.c

index 084d7315f43e84378d58636ebad2a7fce2cf18ff..5d25c5802af47c49dda9943b7c12bd49e0018fb6 100644 (file)
@@ -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"
 );