Index: /trunk/src/VBox/Main/include/RecordingStream.h
===================================================================
--- /trunk/src/VBox/Main/include/RecordingStream.h	(revision 75354)
+++ /trunk/src/VBox/Main/include/RecordingStream.h	(revision 75355)
@@ -206,10 +206,10 @@
 
     settings::RecordScreenSettings ScreenSettings;
-    /** Common set of video recording (data) blocks, needed for
+    /** Common set of recording (data) blocks, needed for
      *  multiplexing to all recording streams. */
     RecordingBlockSet              Blocks;
 };
 
-/** Vector of video recording streams. */
+/** Vector of recording streams. */
 typedef std::vector <RecordingStream *> RecordingStreams;
 
Index: /trunk/src/VBox/Main/src-client/Recording.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/Recording.cpp	(revision 75354)
+++ /trunk/src/VBox/Main/src-client/Recording.cpp	(revision 75355)
@@ -172,5 +172,5 @@
 
 /**
- * Creates a video recording context.
+ * Creates a recording context.
  *
  * @returns IPRT status code.
@@ -269,5 +269,5 @@
 
 /**
- * Destroys a video recording context.
+ * Destroys a recording context.
  */
 int RecordingContext::destroyInternal(void)
Index: /trunk/src/VBox/Main/src-client/RecordingInternals.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/RecordingInternals.cpp	(revision 75354)
+++ /trunk/src/VBox/Main/src-client/RecordingInternals.cpp	(revision 75355)
@@ -23,5 +23,5 @@
 #ifdef VBOX_WITH_AUDIO_RECORDING
 /**
- * Frees a previously allocated video recording audio frame.
+ * Frees a previously allocated recording audio frame.
  *
  * @param   pFrame              Audio frame to free. The pointer will be invalid after return.
@@ -43,5 +43,5 @@
 
 /**
- * Frees a video recording video frame.
+ * Frees a recording video frame.
  *
  * @returns IPRT status code.
@@ -62,10 +62,10 @@
 
 /**
- * Frees a video recording (data) block.
+ * Frees a recording (data) block.
  *
  * @returns IPRT status code.
  * @param   pBlock              Video recording (data) block to free. The pointer will be invalid after return.
  */
-void RECORDINGBLOCKFree(PRECORDINGBLOCK pBlock)
+void RecordingFree(PRECORDINGBLOCK pBlock)
 {
     if (!pBlock)
