summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/VMMAll.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2015-10-08 20:59:48 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2015-10-08 20:59:48 +0000
commit0545b7ed017d44821354d39ef3b7730b4725e069 (patch)
treecde64a281d18bcb6bc295efdfa35e91e1aefdce2 /src/VBox/VMM/VMMAll/VMMAll.cpp
parentc237c06fff8a4fce1e17185a453d8901b969dafc (diff)
downloadVirtualBox-svn-0545b7ed017d44821354d39ef3b7730b4725e069.tar.gz
VMM: Fixed almost all the Doxygen warnings.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@58126 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/VMM/VMMAll/VMMAll.cpp')
-rw-r--r--src/VBox/VMM/VMMAll/VMMAll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMAll/VMMAll.cpp b/src/VBox/VMM/VMMAll/VMMAll.cpp
index 791f37ff7d0..386fe68a6a2 100644
--- a/src/VBox/VMM/VMMAll/VMMAll.cpp
+++ b/src/VBox/VMM/VMMAll/VMMAll.cpp
@@ -42,7 +42,7 @@ static volatile uint32_t g_cFormatTypeUsers = 0;
*
* @returns The length of the formatted number.
* @param pszBuf Output buffer with sufficient space.
- * @param uNum The number to format.
+ * @param uNumber The number to format.
*/
static unsigned vmmFormatTypeShortNumber(char *pszBuf, uint32_t uNumber)
{