diff options
Diffstat (limited to 'EdkCompatibilityPkg')
4 files changed, 4 insertions, 4 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiLib.h b/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiLib.h index 9202f0318b..c4bbadb6e1 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiLib.h +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiLib.h @@ -464,7 +464,7 @@ MigrateIdtTable ( Routine Description:
- Migrate IDT from CAR to real memory where preceded with 4 bytes for
+ Migrate IDT from temporary memory to real memory where preceded with 4 bytes for
storing PeiService pointer.
Arguments:
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/PeiServicePointer.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/PeiServicePointer.c index 54241b2f5a..45250dba15 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/PeiServicePointer.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/PeiServicePointer.c @@ -118,7 +118,7 @@ MigrateIdtTable ( Routine Description:
- Migrate IDT from CAR to real memory where preceded with 4 bytes for
+ Migrate IDT from temporary memory to real memory where preceded with 4 bytes for
storing PeiService pointer.
Arguments:
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PeiServicePointer.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PeiServicePointer.c index 7c77dd1bd8..eeb929f909 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PeiServicePointer.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PeiServicePointer.c @@ -89,7 +89,7 @@ MigrateIdtTable ( Routine Description:
- Migrate IDT from CAR to real memory where preceded with 4 bytes for
+ Migrate IDT from temporary memory to real memory where preceded with 4 bytes for
storing PeiService pointer.
Arguments:
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/PeiServicePointer.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/PeiServicePointer.c index cdbf334db7..30c577bf9d 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/PeiServicePointer.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/PeiServicePointer.c @@ -78,7 +78,7 @@ MigrateIdtTable ( Routine Description:
- Migrate IDT from CAR to real memory where preceded with 4 bytes for
+ Migrate IDT from temporary memory to real memory where preceded with 4 bytes for
storing PeiService pointer.
Arguments:
|