diff options
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Framework/Include')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h | 4 |
1 files changed, 2 insertions, 2 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
|