diff options
author | Gary Lin <glin@suse.com> | 2016-06-24 17:40:29 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-06-27 11:18:48 +0800 |
commit | 9011cfbe55c8f2263b6e1d8ab62e3d7b99c71c1d (patch) | |
tree | 5f81f19a2bdf2d41802994a3b74113b07da273ef | |
parent | a7636346cb59538c70be301c60c0cb0a320abb95 (diff) | |
download | edk2-platforms-9011cfbe55c8f2263b6e1d8ab62e3d7b99c71c1d.tar.xz |
EdkCompatibilityPkg: Fix the typo in the comment
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParser.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParser.c index 07b99fbecb..105c3b53e1 100644 --- a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParser.c +++ b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParser.c @@ -97,7 +97,7 @@ DestoryOneOfOptionMap ( 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.
|