Index: /trunk/include/VBox/vmm/pdmdev.h
===================================================================
--- /trunk/include/VBox/vmm/pdmdev.h	(revision 80532)
+++ /trunk/include/VBox/vmm/pdmdev.h	(revision 80533)
@@ -2175,5 +2175,5 @@
      * @param   pDevIns     The device instance to register the ports with.
      * @param   cPorts      Number of ports to register.
-     * @param   fFlag       Reserved, MBZ.
+     * @param   fFlags      Reserved, MBZ.
      * @param   pPciDev     The PCI device the range is associated with, if
      *                      applicable.
@@ -2325,5 +2325,5 @@
      * @param   pDevIns     The device instance to register the ports with.
      * @param   cbRegion    The size of the region in bytes.
-     * @param   fFlag       Reserved, MBZ.
+     * @param   fFlags      Reserved, MBZ.
      * @param   pPciDev     The PCI device the range is associated with, if
      *                      applicable.
@@ -6584,9 +6584,4 @@
 }
 
-/**
- * @copydoc PDMCritSect
- * @param   pDevIns  The device instance.
- */
-
 /* Strict build: Remap the two enter calls to the debug versions. */
 #ifdef VBOX_STRICT
Index: /trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp	(revision 80532)
+++ /trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp	(revision 80533)
@@ -743,4 +743,5 @@
  * @returns VBox status code.
  * @param   pUVM            Pointer to the user mode VM structure.
+ * @param   pszModule       Module name (no path).
  */
 VMMR3_INT_DECL(int) PDMR3LdrLoadR0(PUVM pUVM, const char *pszModule)
