diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:12 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-10-21 16:40:50 +0800 |
commit | 4fc0be870536f34344eb07083acfc901ab4dcd1b (patch) | |
tree | d7d76295dd8b7853709d43365d4164e8f846f858 /EdkCompatibilityPkg/Foundation/Framework | |
parent | c4260115f0fcf23d538dc0ac90443ee954c30c6d (diff) | |
download | edk2-platforms-4fc0be870536f34344eb07083acfc901ab4dcd1b.tar.xz |
EdkCompatibilityPkg: Fix typos in comments
- excute -> execute
- Pacakges -> Packages
- successfull -> successfully
- outputed -> outputted
- triggerred -> triggered
- specifiecd -> specified
- hexidecimal -> hexadecimal
- Arrary -> Array
- Pointion -> Position
- paramter -> parameter
- stardard -> standard
- perodically -> periodically
- dependecy -> dependency
- evauated -> evaluated
- availible -> available
- boundry -> boundary
- discontiguous -> discontinuous
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Framework')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h | 4 | ||||
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/LegacyBios.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h b/EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h index 41dad6577d..5a14a13944 100644 --- a/EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h +++ b/EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h @@ -28,8 +28,8 @@ Abstract: // EFI_DEP_BEFORE - If present, it must be the first and only opcode
// EFI_DEP_AFTER - If present, it must be the first and only opcode
// EFI_DEP_SOR - If present, it must be the first opcode
-// EFI_DEP_REPLACE_TRUE - Used to dynamically patch the dependecy expression
-// to save time. A EFI_DEP_PUSH is evauated one an
+// EFI_DEP_REPLACE_TRUE - Used to dynamically patch the dependency expression
+// to save time. A EFI_DEP_PUSH is evaluated one an
// replaced with EFI_DEP_REPLACE_TRUE
//
#define EFI_DEP_BEFORE 0x00
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/LegacyBios.h b/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/LegacyBios.h index e2bc45067a..46ed7785fa 100644 --- a/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/LegacyBios.h +++ b/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/LegacyBios.h @@ -433,7 +433,7 @@ EFI_STATUS Flags - Indicates if ROM found and if PC-AT.
Returns:
- EFI_SUCCESS - Legacy Option ROM availible for this device
+ EFI_SUCCESS - Legacy Option ROM available for this device
EFI_UNSUPPORTED - Legacy Option ROM not supported.
--*/
|