summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/MM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/VMMR3/MM.cpp')
-rw-r--r--src/VBox/VMM/VMMR3/MM.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMR3/MM.cpp b/src/VBox/VMM/VMMR3/MM.cpp
index a2e5c0d8659..863464e495a 100644
--- a/src/VBox/VMM/VMMR3/MM.cpp
+++ b/src/VBox/VMM/VMMR3/MM.cpp
@@ -535,7 +535,6 @@ VMMR3DECL(int) MMR3Term(PVM pVM)
* Termination means cleaning up and freeing all resources,
* the VM it self is at this point powered off or suspended.
*
- * @returns VBox status code.
* @param pUVM Pointer to the user mode VM structure.
*/
VMMR3DECL(void) MMR3TermUVM(PUVM pUVM)