Index: /trunk/include/VBox/vmm/iom.h
===================================================================
--- /trunk/include/VBox/vmm/iom.h	(revision 48247)
+++ /trunk/include/VBox/vmm/iom.h	(revision 48248)
@@ -58,11 +58,9 @@
  *
  * @remark  To avoid making assumptions about the layout of the
- *          VINF_EM_FIRST...VINF_EM_LAST range we're checking
- *          explicitly for each for exach the exceptions.
- *          However, for efficieny we ASSUME that the
- *          VINF_EM_LAST is smaller than most of the relevant
- *          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.
+ *          VINF_EM_FIRST...VINF_EM_LAST range we're checking explicitly for
+ *          each exact exception. However, for efficiency we ASSUME that the
+ *          VINF_EM_LAST is smaller than most of the relevant 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.
  *
  * @todo    Will have to add VINF_EM_DBG_HYPER_BREAKPOINT if the
Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 48247)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 48248)
@@ -1981,5 +1981,5 @@
 /**
  * Sets up the initial exception bitmap in the VMCS based on static conditions
- * (i.e. conditions that cannot ever change at runtime).
+ * (i.e. conditions that cannot ever change after starting the VM).
  *
  * @returns VBox status code.
