MdeModulePkg/EbcDxe: Fix spelling mistake
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2360 Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
c3d92cff58
commit
6a0b48873b
|
@ -218,7 +218,7 @@ EFI_DEBUGGER_COMMAND_SET mDebuggerCommandSet[] = {
|
||||||
L"TRACE - show/clear trace instruction branch\n",
|
L"TRACE - show/clear trace instruction branch\n",
|
||||||
L"The trace command will show or clear the latest instruction branch.\n\n",
|
L"The trace command will show or clear the latest instruction branch.\n\n",
|
||||||
L"TRACE [c]\n"
|
L"TRACE [c]\n"
|
||||||
L" (No Argument) - Show current instrcution branch\n"
|
L" (No Argument) - Show current instruction branch\n"
|
||||||
L" c - Clear current instruction branch\n",
|
L" c - Clear current instruction branch\n",
|
||||||
L"",
|
L"",
|
||||||
{SCAN_NULL, CHAR_NULL},
|
{SCAN_NULL, CHAR_NULL},
|
||||||
|
|
Loading…
Reference in New Issue