MdePkg/Library/Smm: Fix various typos
Fix various typos in comments and documentation. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-27-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
a8ecf980c0
commit
fae43d06dd
@@ -36,7 +36,7 @@ SmmServicesTableLibConstructor (
|
||||
//
|
||||
// Retrieve SMM Base2 Protocol, Do not use gBS from UefiBootServicesTableLib on purpose
|
||||
// to prevent inclusion of gBS, gST, and gImageHandle from SMM Drivers unless the
|
||||
// SMM driver explicity declares that dependency.
|
||||
// SMM driver explicitly declares that dependency.
|
||||
//
|
||||
Status = SystemTable->BootServices->LocateProtocol (
|
||||
&gEfiSmmBase2ProtocolGuid,
|
||||
|
Reference in New Issue
Block a user