Index: /trunk/src/VBox/Main/xml/Settings.cpp
===================================================================
--- /trunk/src/VBox/Main/xml/Settings.cpp	(revision 75282)
+++ /trunk/src/VBox/Main/xml/Settings.cpp	(revision 75283)
@@ -4407,5 +4407,5 @@
 
             /* Right now I don't want to bump the settings version, so just convert the enabled
-             * screens to the former uint6t_t bit array and vice versa. */
+             * screens to the former uint64t_t bit array and vice versa. */
             uint64_t u64VideoCaptureScreens;
             pelmHwChild->getAttributeValue("screens",   u64VideoCaptureScreens);
@@ -5822,5 +5822,5 @@
 
         /* Right now I don't want to bump the settings version, so just convert the enabled
-         * screens to the former uint6t_t bit array and vice versa. */
+         * screens to the former uint64t_t bit array and vice versa. */
         uint64_t u64VideoCaptureScreens = 0;
         CaptureScreenMap::const_iterator itScreen = hw.captureSettings.mapScreens.begin();
