Index: /trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp	(revision 79805)
+++ /trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp	(revision 79806)
@@ -1928,5 +1928,5 @@
         }
 
-        /* VMX (VMXON, VMCS region and related data structures') physical address width (depends on long-mode). */
+        /* VMX (VMXON, VMCS region and related data structures) physical address width (depends on long-mode). */
         pFeatures->cVmxMaxPhysAddrWidth = pFeatures->fLongMode ? pFeatures->cMaxPhysAddrWidth : 32;
 
