Index: /trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp	(revision 74674)
+++ /trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp	(revision 74675)
@@ -197,6 +197,6 @@
      * Lookup symbol.
      */
+    /* Skip the 64-bit ELF import prefix first. */
     /** @todo is this actually used??? */
-    /* skip the 64-bit ELF import prefix first. */
     if (!strncmp(pszSymbol, RT_STR_TUPLE("SUPR0$")))
         pszSymbol += sizeof("SUPR0$") - 1;
