From 70d3fe9dad1d7b2944a2653b3895a11863fb674e Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:15 +0800 Subject: IntelFrameworkModulePkg: Fix typos in comments - stoping -> stopping - Pointion -> Position - Arrary -> Array - reseting -> resetting - excute -> execute - isTRUE -> is TRUE - connectted -> connected - Retrive -> Retrieve - dirvers -> drivers - funciton -> function - paramter -> parameter - availible -> available - permenent -> permanent - boundry -> boundary Cc: Jeff Fan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Jeff Fan --- IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h | 4 ++-- IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'IntelFrameworkModulePkg/Include') diff --git a/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h b/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h index ecd68a003b..c338c4d022 100644 --- a/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h +++ b/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h @@ -170,7 +170,7 @@ BdsLibBootViaBootOption ( This function will enumerate all possible boot devices in the system, and automatically create boot options for Network, Shell, Removable BlockIo, and Non-BlockIo Simplefile devices. - It will excute once every boot. + It will execute once every boot. @param BdsBootOptionList The header of the linked list that indexed all current boot options. @@ -995,7 +995,7 @@ BdsLibUserIdentify ( /** This function checks if a Fv file device path is valid, according to a file GUID. If it is invalid, it tries to return the valid device path. - FV address maybe changes for memory layout adjust from time to time, use this funciton + FV address maybe changes for memory layout adjust from time to time, use this function could promise the Fv file device path is right. @param DevicePath On input, the Fv file device path to check. On diff --git a/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h b/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h index af237a6030..f971e670f0 100644 --- a/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h +++ b/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h @@ -72,7 +72,7 @@ PlatformBdsInit ( ); /** - The function will excute with as the platform policy, current policy + The function will execute with as the platform policy, current policy is driven by boot mode. IBV/OEM can customize this code for their specific policy action. -- cgit v1.2.3