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:
Michael D Kinney 2020-07-31 15:34:31 -07:00 committed by mergify[bot]
parent c3d92cff58
commit 6a0b48873b

View File

@ -218,7 +218,7 @@ EFI_DEBUGGER_COMMAND_SET mDebuggerCommandSet[] = {
L"TRACE - show/clear trace instruction branch\n",
L"The trace command will show or clear the latest instruction branch.\n\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"",
{SCAN_NULL, CHAR_NULL},