summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/DBGF.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/VMMR3/DBGF.cpp')
-rw-r--r--src/VBox/VMM/VMMR3/DBGF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMR3/DBGF.cpp b/src/VBox/VMM/VMMR3/DBGF.cpp
index d38d2d36575..3442c290461 100644
--- a/src/VBox/VMM/VMMR3/DBGF.cpp
+++ b/src/VBox/VMM/VMMR3/DBGF.cpp
@@ -215,7 +215,7 @@ VMMR3_INT_DECL(int) DBGFR3Term(PVM pVM)
* This is for tstCFGM and others to avoid trigger leak detection.
*
* @returns VBox status code.
- * @param pVM The cross context VM structure.
+ * @param pUVM The user mode VM structure.
*/
VMMR3DECL(void) DBGFR3TermUVM(PUVM pUVM)
{