diff options
author | Star Zeng <star.zeng@intel.com> | 2014-09-03 06:48:38 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-09-03 06:48:38 +0000 |
commit | b5fd61fe8c85a8aec09becd851a782631a8a4aeb (patch) | |
tree | 3a8d637eb90319914099cacec9c5c38c5a251af4 /IntelFspPkg | |
parent | 51b8553fd27f8b235c028f7249ec4dd5f0398689 (diff) | |
download | edk2-b5fd61fe8c85a8aec09becd851a782631a8a4aeb.tar.gz edk2-b5fd61fe8c85a8aec09becd851a782631a8a4aeb.tar.bz2 edk2-b5fd61fe8c85a8aec09becd851a782631a8a4aeb.zip |
IntelFspPkg/IntelFspWrapperPkg: Fix some typos.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16040 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspPkg')
-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
|