Index: /trunk/include/VBox/vmm/iom.h
===================================================================
--- /trunk/include/VBox/vmm/iom.h	(revision 42450)
+++ /trunk/include/VBox/vmm/iom.h	(revision 42451)
@@ -48,11 +48,11 @@
  *
  * This macro shall only be used with the IOM APIs where it's mentioned
- * in the return value description. And there is must be used to correctly
- * determine if the call succeeded and things like the EIP needs updating.
+ * in the return value description.  And there it must be used to correctly
+ * determine if the call succeeded and things like the RIP needs updating.
  *
  *
  * @returns Success indicator (true/false).
  *
- * @param   rc          The status code. This may be evaluated
+ * @param   rc          The status code.  This may be evaluated
  *                      more than once!
  *
@@ -62,5 +62,5 @@
  *          However, for efficieny we ASSUME that the
  *          VINF_EM_LAST is smaller than most of the relevant
- *          status codes. We also ASSUME that the
+ *          status codes.  We also ASSUME that the
  *          VINF_EM_RESCHEDULE_REM status code is the most
  *          frequent status code we'll enounter in this range.
@@ -68,5 +68,5 @@
  * @todo    Will have to add VINF_EM_DBG_HYPER_BREAKPOINT if the
  *          I/O port and MMIO breakpoints should trigger before
- *          the I/O is done. Currently, we don't implement these
+ *          the I/O is done.  Currently, we don't implement these
  *          kind of breakpoints.
  */
