summaryrefslogtreecommitdiffstats
path: root/IntelFspPkg/Include/Library/FspPlatformLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspPkg/Include/Library/FspPlatformLib.h')
-rw-r--r--IntelFspPkg/Include/Library/FspPlatformLib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/IntelFspPkg/Include/Library/FspPlatformLib.h b/IntelFspPkg/Include/Library/FspPlatformLib.h
index 51d296835e..23460983ec 100644
--- a/IntelFspPkg/Include/Library/FspPlatformLib.h
+++ b/IntelFspPkg/Include/Library/FspPlatformLib.h
@@ -28,7 +28,7 @@ FspGetSystemMemorySize (
);
/**
- Migrate bootloader data before destroying CAR.
+ Migrate BootLoader data before destroying CAR.
**/
VOID
@@ -49,7 +49,7 @@ FspSetNewStackFrame (
/**
This function transfer control to the ContinuationFunc passed in by the
- bootloader.
+ BootLoader.
**/
VOID
@@ -59,8 +59,8 @@ FspInitDone (
);
/**
- This function handle NotifyPhase API call from the bootloader.
- It gives control back to the bootloader after it is handled. If the
+ This function handle NotifyPhase API call from the BootLoader.
+ It gives control back to the BootLoader after it is handled. If the
Notification code is a ReadyToBoot event, this function will return
and FSP continues the remaining execution until it reaches the DxeIpl.