summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/GenericBdsLib/Performance.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/GenericBdsLib/Performance.c')
-rw-r--r--MdeModulePkg/Library/GenericBdsLib/Performance.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/GenericBdsLib/Performance.c b/MdeModulePkg/Library/GenericBdsLib/Performance.c
index 3b58351..e88b50f 100644
--- a/MdeModulePkg/Library/GenericBdsLib/Performance.c
+++ b/MdeModulePkg/Library/GenericBdsLib/Performance.c
@@ -221,6 +221,7 @@ WriteBootToOsPerformanceData (
gBS->FreePages (AcpiLowMemoryBase, 1);
return ;
}
+
//
// Get DXE drivers performance
//
@@ -295,7 +296,7 @@ Done:
mPerfHeader.Signiture = PERFORMANCE_SIGNATURE;
//
- // Put performance data to memory
+ // Put performance data to ACPI memory
//
CopyMem (
(UINTN *) (UINTN) AcpiLowMemoryBase,