mirror of https://github.com/acidanthera/audk.git
OvmfPkg/BaseMemEncryptSevLib: fix typos in DEBUG messages
Replace "spliting" with "splitting". Cc: Brijesh Singh <brijesh.singh@amd.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Brijesh Singh <brijesh.singh@amd.com> Tested-by: Brijesh Singh <brijesh.singh@amd.com>
This commit is contained in:
parent
5597edfa8b
commit
d8d33741e8
|
@ -334,7 +334,7 @@ SetMemoryEncDec (
|
|||
//
|
||||
DEBUG ((
|
||||
DEBUG_VERBOSE,
|
||||
"%a:%a: spliting 1GB page for Physical=0x%Lx\n",
|
||||
"%a:%a: splitting 1GB page for Physical=0x%Lx\n",
|
||||
gEfiCallerBaseName,
|
||||
__FUNCTION__,
|
||||
PhysicalAddress
|
||||
|
@ -377,7 +377,7 @@ SetMemoryEncDec (
|
|||
//
|
||||
DEBUG ((
|
||||
DEBUG_VERBOSE,
|
||||
"%a:%a: spliting 2MB page for Physical=0x%Lx\n",
|
||||
"%a:%a: splitting 2MB page for Physical=0x%Lx\n",
|
||||
gEfiCallerBaseName,
|
||||
__FUNCTION__,
|
||||
PhysicalAddress
|
||||
|
|
Loading…
Reference in New Issue