Index: /trunk/src/VBox/Disassembler/DisasmCore.cpp
===================================================================
--- /trunk/src/VBox/Disassembler/DisasmCore.cpp	(revision 61628)
+++ /trunk/src/VBox/Disassembler/DisasmCore.cpp	(revision 61629)
@@ -1988,5 +1988,5 @@
     PCDISOPCODE pOpcode = &g_aTwoByteMapX86[pDis->bOpCode];
 
-    /* Handle opcode table extensions that rely on the address, repe or repne prefix byte.  */
+    /* Handle opcode table extensions that rely on the opsize, repe or repne prefix byte.  */
     /** @todo Should we take the first or last prefix byte in case of multiple prefix bytes??? */
     if (pDis->bLastPrefix)
