EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform.

Old code use platfomr.
Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint.

Signed-off-by: Ming Tan <ming.tan@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
Tan, Ming
2019-11-11 15:18:50 +08:00
committed by mergify[bot]
parent e92b155740
commit bfcf262488
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ CreatePlatformSmbiosMemoryRecords (
**/
EFI_STATUS
EFIAPI
PlatfomrSmbiosDriverEntryPoint (
PlatformSmbiosDriverEntryPoint (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)