Index: /trunk/include/VBox/vmm/hm_vmx.h
===================================================================
--- /trunk/include/VBox/vmm/hm_vmx.h	(revision 45410)
+++ /trunk/include/VBox/vmm/hm_vmx.h	(revision 45411)
@@ -1052,5 +1052,6 @@
 /** This control determines whether the host IA32_EFER MSR is loaded on VM exit. */
 #define VMX_VMCS_CTRL_EXIT_CONTROLS_LOAD_HOST_EFER_MSR          RT_BIT(21)
-/** This control determines whether the value of the VMX preemption timer is saved on VM exit. */
+/** This control determines whether the value of the VMX preemption timer is
+ *  saved on every VM exit. */
 #define VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_VMX_PREEMPT_TIMER      RT_BIT(22)
 /** @} */
