MdeModulePkg/SetupBrowser: Fix the typo in the comment

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Gary Lin 2016-06-24 17:40:28 +08:00 committed by Liming Gao
parent 9011cfbe55
commit fda7cd4f25
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ extern LIST_ENTRY gBrowserStorageList;
Initialize Statement header members. Initialize Statement header members.
@param OpCodeData Pointer of the raw OpCode data. @param OpCodeData Pointer of the raw OpCode data.
@param FormSet Pointer of the current FormSe. @param FormSet Pointer of the current FormSet.
@param Form Pointer of the current Form. @param Form Pointer of the current Form.
@return The Statement. @return The Statement.