UefiCpuPkg/Smm: Fix various typos
Fix various typos in comments and documentation. Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-79-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
ef62da4ff7
commit
418aded964
@@ -913,7 +913,7 @@ AddPiResource (
|
||||
}
|
||||
|
||||
//
|
||||
// Copy EndResource for intialization
|
||||
// Copy EndResource for initialization
|
||||
//
|
||||
mStmResourcesPtr = (UINT8 *)(UINTN)NewResource;
|
||||
mStmResourceTotalSize = NewResourceSize;
|
||||
@@ -1236,7 +1236,7 @@ LoadMonitor (
|
||||
/**
|
||||
This function return BIOS STM resource.
|
||||
Produced by SmmStm.
|
||||
Comsumed by SmmMpService when Init.
|
||||
Consumed by SmmMpService when Init.
|
||||
|
||||
@return BIOS STM resource
|
||||
|
||||
|
Reference in New Issue
Block a user