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:
committed by
mergify[bot]
parent
582b6cdd08
commit
c38f0816e7
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user