diff options
author | Gary Lin <glin@suse.com> | 2016-06-24 17:40:28 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-06-27 11:20:11 +0800 |
commit | fda7cd4f25f831f93b71c3264143618b3cebfb33 (patch) | |
tree | 9983e8b1a7122069108d67c32d2e8382a86fb31b /MdeModulePkg | |
parent | 9011cfbe55c8f2263b6e1d8ab62e3d7b99c71c1d (diff) | |
download | edk2-platforms-fda7cd4f25f831f93b71c3264143618b3cebfb33.tar.xz |
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>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c b/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c index 8e8607d4c0..11a8fdc30d 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c @@ -22,7 +22,7 @@ extern LIST_ENTRY gBrowserStorageList; Initialize Statement header members.
@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.
@return The Statement.
|