Index: /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 70233)
+++ /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 70234)
@@ -2558,6 +2558,6 @@
 VMM_INT_DECL(bool) CPUMCanSvmNstGstTakePhysIntr(PVMCPU pVCpu, PCCPUMCTX pCtx)
 {
-    /** @todo Optimization: can avoid this function call and use a pointer to the
-     *        relevant eflags.u32 instead setup during VMRUN emulation. */
+    /** @todo Optimization: Avoid this function call and use a pointer to the
+     *        relevant eflags instead (setup during VMRUN instruction emulation). */
 #ifdef IN_RC
     RT_NOREF2(pVCpu, pCtx);
