Index: /trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp	(revision 29938)
+++ /trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp	(revision 29939)
@@ -398,9 +398,9 @@
 
     /*
- 	 * Block here first for a minute as using DONT_RESOLVE_DLL_REFERENCES is kind of risky; other code that uses LoadLibrary on a dll loaded like this
-	 * before will end up crashing the process as the dll's init routine was never called.
-	 *
-	 * We have to use this feature as we can't simply execute all init code in our service process.
-	 *
+     * Block here first for a minute as using DONT_RESOLVE_DLL_REFERENCES is kind of risky; other code that uses LoadLibrary on a dll loaded like this
+     * before will end up crashing the process as the dll's init routine was never called.
+     *
+     * We have to use this feature as we can't simply execute all init code in our service process.
+     *
 	 */
     int rc = RTSemEventMultiWait(g_PageSharingEvent, 60000);
