diff options
author | Jeff Fan <jeff.fan@intel.com> | 2017-04-24 10:06:31 +0800 |
---|---|---|
committer | Jeff Fan <jeff.fan@intel.com> | 2017-04-26 08:58:18 +0800 |
commit | 9e981317be20ab85bb68a670e79735f9685a3348 (patch) | |
tree | ceaac2cb59467c8c225df8e9d082d9a095c47c00 /MdePkg | |
parent | 59a119f0fcaed5a7cab4829bb19dd7ffa94e16a0 (diff) | |
download | edk2-9e981317be20ab85bb68a670e79735f9685a3348.tar.gz edk2-9e981317be20ab85bb68a670e79735f9685a3348.tar.bz2 edk2-9e981317be20ab85bb68a670e79735f9685a3348.zip |
PeCoffGetEntryPointLib: Fix spelling issue
*Serach* should be *Search*
Cc: Liming Gao <liming.gao@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Library/PeCoffGetEntryPointLib.h | 2 | ||||
-rw-r--r-- | MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/PeCoffGetEntryPointLib.h b/MdePkg/Include/Library/PeCoffGetEntryPointLib.h index 647503bec6..f211cf5426 100644 --- a/MdePkg/Include/Library/PeCoffGetEntryPointLib.h +++ b/MdePkg/Include/Library/PeCoffGetEntryPointLib.h @@ -115,7 +115,7 @@ PeCoffGetSizeOfHeaders ( **/
UINTN
EFIAPI
-PeCoffSerachImageBase (
+PeCoffSearchImageBase (
IN UINTN Address
);
diff --git a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c index 00f6d7df11..e1ddc8bafa 100644 --- a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c +++ b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c @@ -332,7 +332,7 @@ PeCoffGetSizeOfHeaders ( **/
UINTN
EFIAPI
-PeCoffSerachImageBase (
+PeCoffSearchImageBase (
IN UINTN Address
)
{
|