Index: /trunk/src/VBox/HostServices/GuestControl/service.cpp
===================================================================
--- /trunk/src/VBox/HostServices/GuestControl/service.cpp	(revision 65101)
+++ /trunk/src/VBox/HostServices/GuestControl/service.cpp	(revision 65102)
@@ -282,6 +282,5 @@
      * @return  IPRT status code.
      * @param   paDstParms              Array of parameters of HGCM request to fill the data into.
-     * @param   cPDstarms               Number of parameters the HGCM request can handle.
-     * @param   pSrcBuf                 Parameter buffer to assign.
+     * @param   cDstParms               Number of parameters the HGCM request can handle.
      */
     int CopyTo(VBOXHGCMSVCPARM paDstParms[], uint32_t cDstParms) const
Index: /trunk/src/VBox/HostServices/GuestProperties/service.cpp
===================================================================
--- /trunk/src/VBox/HostServices/GuestProperties/service.cpp	(revision 65101)
+++ /trunk/src/VBox/HostServices/GuestProperties/service.cpp	(revision 65102)
@@ -1047,6 +1047,8 @@
  *
  * @returns iprt status value
- * @param   cParms  the number of HGCM parameters supplied
- * @param   paParms the array of HGCM parameters
+ * @param   u32ClientId the client ID
+ * @param   callHandle  handle
+ * @param   cParms      the number of HGCM parameters supplied
+ * @param   paParms     the array of HGCM parameters
  * @thread  HGCM
  * @throws  can throw std::bad_alloc
Index: /trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp
===================================================================
--- /trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp	(revision 65101)
+++ /trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp	(revision 65102)
@@ -64,8 +64,8 @@
  * that is supported by vbox and return it.
  *
- * @param   pPasteboardRef Reference to the global pasteboard.
+ * @param   pPasteboard    Reference to the global pasteboard.
  * @param   pfFormats      Pointer for the bit combination of the
  *                         supported types.
- * @param   pbChanged      True if something has changed after the
+ * @param   pfChanged      True if something has changed after the
  *                         last call.
  *
@@ -137,6 +137,6 @@
  * structure for further processing.
  *
- * @param   pPasteboardRef Reference to the global pasteboard.
- * @param   fFormats       The format type which should be read.
+ * @param   pPasteboard    Reference to the global pasteboard.
+ * @param   fFormat        The format type which should be read.
  * @param   pv             The destination buffer.
  * @param   cb             The size of the destination buffer.
@@ -274,8 +274,8 @@
  * structure.
  *
- * @param   pPasteboardRef Reference to the global pasteboard.
+ * @param   pPasteboard    Reference to the global pasteboard.
  * @param   pv             The source buffer.
  * @param   cb             The size of the source buffer.
- * @param   fFormats       The format type which should be written.
+ * @param   fFormat        The format type which should be written.
  *
  * @returns IPRT status code.
Index: /trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp
===================================================================
--- /trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp	(revision 65101)
+++ /trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp	(revision 65102)
@@ -73,5 +73,5 @@
  *
  * @returns VINF_SUCCESS (not used).
- * @param   Thread      Our thread handle.
+ * @param   ThreadSelf  Our thread handle.
  * @param   pvUser      Pointer to the VBOXCLIPBOARDCONTEXT structure.
  *
