SignedCapsulePkg/Universal: Fix various typos

Fix various typos in documentation, comments and debug strings.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-71-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:08:23 +01:00
committed by mergify[bot]
parent 582b6cdd08
commit c38f0816e7
7 changed files with 18 additions and 18 deletions

View File

@ -493,7 +493,7 @@ FmpSetImage (
// the current variable driver may not manage the new NVRAM region.
//
if (mNvRamUpdated) {
DEBUG ((DEBUG_INFO, "NvRamUpdated, Update Variable Serivces\n"));
DEBUG ((DEBUG_INFO, "NvRamUpdated, Update Variable Services\n"));
gRT->GetVariable = GetVariableHook;
gRT->GetNextVariableName = GetNextVariableNameHook;
gRT->SetVariable = SetVariableHook;
@ -514,7 +514,7 @@ FmpSetImage (
sizeof(SystemFmpPrivate->LastAttempt),
&SystemFmpPrivate->LastAttempt
);
DEBUG((DEBUG_INFO, "SetLastAttemp - %r\n", VarStatus));
DEBUG((DEBUG_INFO, "SetLastAttempt - %r\n", VarStatus));
return Status;
}