Index: /trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp
===================================================================
--- /trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp	(revision 58170)
+++ /trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp	(revision 58171)
@@ -55,5 +55,5 @@
  * service.
  *
- * @return IPRT status.
+ * @return IPRT status code.
  * @param  pTable the table to initialise
  */
Index: /trunk/src/VBox/Runtime/common/crypto/store-internal.h
===================================================================
--- /trunk/src/VBox/Runtime/common/crypto/store-internal.h	(revision 58170)
+++ /trunk/src/VBox/Runtime/common/crypto/store-internal.h	(revision 58171)
@@ -125,5 +125,5 @@
      * Adds a certificate to the store.
      *
-     * @returns IPRT status.
+     * @returns IPRT status code.
      * @retval  VWRN_ALREADY_EXISTS if the certificate is already present and
      *          RTCRCERTCTX_F_ADD_IF_NOT_FOUND was specified.
Index: /trunk/src/VBox/Runtime/common/dbg/dbgas.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/dbg/dbgas.cpp	(revision 58170)
+++ /trunk/src/VBox/Runtime/common/dbg/dbgas.cpp	(revision 58171)
@@ -497,5 +497,5 @@
  * Common worker for RTDbgAsModuleLink and RTDbgAsModuleLinkSeg.
  *
- * @returns IPRT status.
+ * @returns IPRT status code.
  * @param   pDbgAs          Pointer to the address space instance data.
  * @param   hDbgMod         The module to link.
Index: /trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp	(revision 58170)
+++ /trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp	(revision 58171)
@@ -609,5 +609,5 @@
  * Reads CodeView information.
  *
- * @returns IPRT status.
+ * @returns IPRT status code.
  * @param   pThis               The CodeView reader instance.
  * @param   off                 The offset to start reading at, relative to the
@@ -630,5 +630,5 @@
  * Reads CodeView information into an allocated buffer.
  *
- * @returns IPRT status.
+ * @returns IPRT status code.
  * @param   pThis               The CodeView reader instance.
  * @param   off                 The offset to start reading at, relative to the
Index: /trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c	(revision 58170)
+++ /trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c	(revision 58171)
@@ -756,5 +756,5 @@
  * Worker for rtR0MemObjLinuxAllocPhysSub that tries one allocation strategy.
  *
- * @returns IPRT status.
+ * @returns IPRT status code.
  * @param   ppMemLnx    Where to
  * @param   enmType     The object type.
@@ -808,5 +808,5 @@
  * Worker for rtR0MemObjNativeAllocPhys and rtR0MemObjNativeAllocPhysNC.
  *
- * @returns IPRT status.
+ * @returns IPRT status code.
  * @param   ppMem       Where to store the memory object pointer on success.
  * @param   enmType     The object type.
Index: /trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp	(revision 58170)
+++ /trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp	(revision 58171)
@@ -1844,5 +1844,5 @@
  * to be in suspended state (i.e. called after CreateCore).
  *
- * @return IPRT status.
+ * @return IPRT status code.
  * @param pSolCore          Pointer to the core object.
  * @param pfnWriter         Pointer to the writer function to override default writer (NULL uses default).
Index: /trunk/src/VBox/Runtime/r3/stream.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/stream.cpp	(revision 58170)
+++ /trunk/src/VBox/Runtime/r3/stream.cpp	(revision 58171)
@@ -158,5 +158,5 @@
  * Allocates and acquires the lock for the stream.
  *
- * @returns IPRT status.
+ * @returns IPRT status code.
  * @param   pStream     The stream (valid).
  */
Index: /trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp
===================================================================
--- /trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp	(revision 58170)
+++ /trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp	(revision 58171)
@@ -170,5 +170,5 @@
  *
  * @returns true / false.
- * @param   rc              The iprt status.
+ * @param   rc              The IPRT status code.
  */
 static bool txsTcpIsFatalClientConnectStatus(int rc)
Index: /trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp
===================================================================
--- /trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp	(revision 58170)
+++ /trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp	(revision 58171)
@@ -331,5 +331,5 @@
  * Sends a statistics packet to our peer.
  *
- * @returns IPRT status.
+ * @returns IPRT status code.
  * @param   pStats              The stats to send.
  * @param   hSocket             The TCP socket to send them to.
