UefiCpuPkg/CpuDxe: Fix few typos
Fix few 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-77-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
2a0755a947
commit
f60f4cfeb4
@ -776,7 +776,7 @@ ConvertMemoryPageAttributes (
|
||||
}
|
||||
|
||||
//
|
||||
// Below logic is to check 2M/4K page to make sure we donot waist memory.
|
||||
// Below logic is to check 2M/4K page to make sure we do not waste memory.
|
||||
//
|
||||
Status = EFI_SUCCESS;
|
||||
while (Length != 0) {
|
||||
@ -838,7 +838,7 @@ Done:
|
||||
|
||||
Caller should make sure BaseAddress and Length is at page boundary.
|
||||
|
||||
Caller need guarentee the TPL <= TPL_NOTIFY, if there is split page request.
|
||||
Caller need guarantee the TPL <= TPL_NOTIFY, if there is split page request.
|
||||
|
||||
@param[in] PagingContext The paging context. NULL means get page table from current CPU context.
|
||||
@param[in] BaseAddress The physical address that is the start address of a memory region.
|
||||
@ -969,7 +969,7 @@ RefreshGcdMemoryAttributesFromPaging (
|
||||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
//
|
||||
// If we cannot udpate the capabilities, we cannot update its
|
||||
// If we cannot update the capabilities, we cannot update its
|
||||
// attributes either. So just simply skip current block of memory.
|
||||
//
|
||||
DEBUG ((
|
||||
|
Reference in New Issue
Block a user