summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 13:36:34 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 13:36:34 +0000
commit7064c0a5aa3eabe99be9c143e4abaa73d7139609 (patch)
tree295d15f5c84138519bdaf9182e59e0feff774fee /MdeModulePkg/Universal/SetupBrowserDxe/Ui.h
parenta3a70b6ac1be0138b3c264284b110480b0bb88cc (diff)
downloadedk2-platforms-7064c0a5aa3eabe99be9c143e4abaa73d7139609.tar.xz
ECC Cleanup: Update Doxygen comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6633 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe/Ui.h')
-rw-r--r--MdeModulePkg/Universal/SetupBrowserDxe/Ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h
index 3244cd1dbc..957a739c61 100644
--- a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h
+++ b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h
@@ -350,7 +350,7 @@ UiWaitForSingleEvent (
Draw a pop up windows based on the dimension, number of lines and
strings specified.
- @param RequestedWidth The width of the pop-up.
+ @param ScreenWidth The width of the pop-up.
@param NumberOfLines The number of lines.
@param ... A series of text strings that displayed in the pop-up.