Index: /trunk/src/VBox/Main/VirtualBoxImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 33769)
+++ /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 33770)
@@ -262,5 +262,5 @@
     settings::MainConfigFile            *pMainConfigFile;
 
-    // pseudo machine ID for global media registry (recreated on every startup)
+    // constant pseudo-machine ID for global media registry
     const Guid                          uuidMediaRegistry;
 
@@ -2871,6 +2871,6 @@
 
 /**
- * Returns the pseudo-machine UUID that is created on each VirtualBox startup
- * and that is used to identify the global media registry.
+ * Returns the constant pseudo-machine UUID that is used to identify the
+ * global media registry.
  *
  * Starting with VirtualBox 4.0 each medium remembers in its instance data
@@ -2879,6 +2879,5 @@
  *
  * This UUID is only used to identify the VirtualBox object while VirtualBox
- * is running. It is not saved anywhere and thus gets recreated with every
- * VirtualBox startup.
+ * is running. It is a compile-time constant and not saved anywhere.
  *
  * @return
