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>
(cherry picked from commit 9e981317be)
This commit is contained in:
Jeff Fan
2017-04-24 10:06:31 +08:00
parent 44c7d1d40c
commit 407a5c55ba
5 changed files with 5 additions and 5 deletions

View File

@ -206,7 +206,7 @@ FindAndReportModuleImageInfo (
//
// Find Image Base
//
Pe32Data = PeCoffSerachImageBase ((UINTN) mErrorMsgVersionAlert);
Pe32Data = PeCoffSearchImageBase ((UINTN) mErrorMsgVersionAlert);
if (Pe32Data != 0) {
ImageContext.ImageAddress = Pe32Data;
ImageContext.PdbPointer = PeCoffLoaderGetPdbPointer ((VOID*) (UINTN) ImageContext.ImageAddress);