diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-29 05:29:06 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-29 05:29:06 +0000 |
commit | 5df74ff87253d7121a24fcb0b8360b67b67a0461 (patch) | |
tree | c22ae78e6b3cd886ae206e53a04a14160de6a8e2 | |
parent | dca1cc5989f145a9d6a43bcc4783c7f5810e08e3 (diff) | |
download | edk2-platforms-5df74ff87253d7121a24fcb0b8360b67b67a0461.tar.xz |
Update the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5585 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c b/MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c index ae8956afdb..2a84da4d97 100644 --- a/MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c +++ b/MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c @@ -78,7 +78,7 @@ GetPackageDataFromPackageList ( /**
This is the internal worker function to update the data in
- a form specified by FormSetGuid,
+ a form specified by FormSetGuid, FormId and Label.
@param FormSetGuid The optional Formset GUID.
@param FormId The form ID>
|