diff options
Diffstat (limited to 'IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c')
-rw-r--r-- | IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c b/IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c index af41a61813..ed65aa5cdc 100644 --- a/IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c +++ b/IntelFspPkg/Library/SecPlatformSecLibNull/PlatformSecLibNull.c @@ -15,8 +15,8 @@ #include <PiPei.h>
/**
- This function provides dummy function so that SecCore can pass pass build
- Validation in Ia32FamilyCpuPkg. All real platform library instances needs
+ This function provides dummy function so that SecCore can pass build
+ validation in IntelFspPkg. All real platform library instances needs
to implement the real entry point in assembly.
**/
VOID
|