summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Include
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:15 +0800
committerJeff Fan <jeff.fan@intel.com>2016-10-24 09:09:06 +0800
commit70d3fe9dad1d7b2944a2653b3895a11863fb674e (patch)
tree5f3110023173e722b5d97b9765a70d931d76606e /IntelFrameworkModulePkg/Include
parent3e14edf82031845233f3825ac9239609c0ee98fc (diff)
downloadedk2-platforms-70d3fe9dad1d7b2944a2653b3895a11863fb674e.tar.xz
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 <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Diffstat (limited to 'IntelFrameworkModulePkg/Include')
-rw-r--r--IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h4
-rw-r--r--IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h2
2 files changed, 3 insertions, 3 deletions
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.