diff options
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.
--*/
|