Index: /trunk/src/VBox/VMM/VMMAll/GIMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/GIMAll.cpp	(revision 61558)
+++ /trunk/src/VBox/VMM/VMMAll/GIMAll.cpp	(revision 61559)
@@ -128,5 +128,5 @@
 
 /**
- * Disassembles the current instruction at RIP and if it's a hypercall
+ * Disassembles the instruction at RIP and if it's a hypercall
  * instruction, performs the hypercall.
  *
@@ -137,5 +137,5 @@
  *
  * @todo    This interface should disappear when IEM/REM execution engines
- *          handle VMCALL/VMMCALL instrunctions to call into GIM when
+ *          handle VMCALL/VMMCALL instructions to call into GIM when
  *          required. See @bugref{7270#c168}.
  */
Index: /trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp	(revision 61558)
+++ /trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp	(revision 61559)
@@ -989,5 +989,5 @@
 
 /**
- * Checks the currently disassembled instrunction and executes the hypercall if
+ * Checks the currently disassembled instruction and executes the hypercall if
  * it's a hypercall instruction.
  *
Index: /trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp	(revision 61558)
+++ /trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp	(revision 61559)
@@ -364,5 +364,5 @@
 
 /**
- * Checks the currently disassembled instrunction and executes the hypercall if
+ * Checks the currently disassembled instruction and executes the hypercall if
  * it's a hypercall instruction.
  *
Index: /trunk/src/VBox/VMM/VMMR3/GIMHv.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/GIMHv.cpp	(revision 61558)
+++ /trunk/src/VBox/VMM/VMMR3/GIMHv.cpp	(revision 61559)
@@ -1557,5 +1557,5 @@
                                  *
                                  * Hyper-V sends UDP debugger packets with source and destination port as 0 except in the
-                                 * aformentioned buggy case. The buggy packet case requires us to remember the ports and
+                                 * aforementioned buggy case. The buggy packet case requires us to remember the ports and
                                  * reply to them, otherwise the guest won't receive the replies we sent with port 0.
                                  */
