Index: /trunk/include/VBox/dis.h
===================================================================
--- /trunk/include/VBox/dis.h	(revision 55032)
+++ /trunk/include/VBox/dis.h	(revision 55033)
@@ -590,5 +590,5 @@
     /** Last prefix byte (for SSE2 extension tables). */
     uint8_t         bLastPrefix;
-    /** Last significan opcode byte of instruction. */
+    /** Last significant opcode byte of instruction. */
     uint8_t         bOpCode;
     /** The size of the prefix bytes. */
Index: /trunk/src/VBox/Disassembler/DisasmInternal.h
===================================================================
--- /trunk/src/VBox/Disassembler/DisasmInternal.h	(revision 55032)
+++ /trunk/src/VBox/Disassembler/DisasmInternal.h	(revision 55033)
@@ -185,5 +185,5 @@
 
 /** @def OP
- * Wrapper which initializes an OPCODE.
+ * Wrapper which initializes an DISOPCODE.
  * We must use this so that we can exclude unused fields in order
  * to save precious bytes in the GC version.
