Index: /trunk/include/VBox/AssertGuest.h
===================================================================
--- /trunk/include/VBox/AssertGuest.h	(revision 71607)
+++ /trunk/include/VBox/AssertGuest.h	(revision 71608)
@@ -591,5 +591,5 @@
 #endif
 
-/** @def ASSERT_GUEST_FAILEDStmt
+/** @def ASSERT_GUEST_FAILED_STMT
  * An assertion failed, hit breakpoint and execute statement.
  */
@@ -747,5 +747,5 @@
 #endif
 
-/** @def ASSERT_GUEST_MSG_FAILEDReturn
+/** @def ASSERT_GUEST_MSG_FAILED_RETURN
  * An assertion failed, hit breakpoint with message (VBOX_STRICT_GUEST mode only) and return.
  *
@@ -889,5 +889,5 @@
     } while (0)
 
-/** @def ASSERT_GUEST_LOGRELReturn
+/** @def ASSERT_GUEST_LOGREL_RETURN
  * Assert that an expression is true, return \a a_rc if it isn't.
  * Strict builds will hit a breakpoint, non-strict will only do LogRel.
@@ -1368,5 +1368,5 @@
 #define ASSERT_GUEST_RC_STMT_RETURN_VOID(rc, stmt)  ASSERT_GUEST_MSG_RC_STMT_RETURN_VOID(rc, ("%Rra\n", (rc)), stmt)
 
-/** @def ASSERT_GUEST_RCBreak
+/** @def ASSERT_GUEST_RC_BREAK
  * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and break if it isn't.
  *
@@ -1397,5 +1397,5 @@
     do { ASSERT_GUEST_MSG(RT_SUCCESS_NP(rc), msg); NOREF(rc); } while (0)
 
-/** @def ASSERT_GUEST_MSG_RCStmt
+/** @def ASSERT_GUEST_MSG_RC_STMT
  * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and
  * execute @a stmt if it isn't.
@@ -1517,5 +1517,5 @@
 #define ASSERT_GUEST_RC_SUCCESS_BREAK(rc)            ASSERT_GUEST_MSG_BREAK((rc) == VINF_SUCCESS, ("%Rra\n", (rc)))
 
-/** @def ASSERT_GUEST_RC_SUCCESSBreakStmt
+/** @def ASSERT_GUEST_RC_SUCCESS_STMT_BREAK
  * Asserts that an iprt status code equals VINF_SUCCESS, bitch (RT_STRICT mode only) and break if it isn't.
  *
@@ -1594,5 +1594,5 @@
 #define ASSERT_GUEST_LOGREL_RC_STMT_RETURN_VOID(rc, stmt)  ASSERT_GUEST_LOGREL_MSG_RC_STMT_RETURN_VOID(rc, ("%Rra\n", (rc)), stmt)
 
-/** @def ASSERT_GUEST_LOGREL_RCBreak
+/** @def ASSERT_GUEST_LOGREL_RC_BREAK
  * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and break if it isn't.
  *
@@ -1623,5 +1623,5 @@
     do { ASSERT_GUEST_LOGREL_MSG(RT_SUCCESS_NP(rc), msg); NOREF(rc); } while (0)
 
-/** @def ASSERT_GUEST_LOGREL_MSG_RCStmt
+/** @def ASSERT_GUEST_LOGREL_MSG_RC_STMT
  * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and
  * execute @a stmt if it isn't.
@@ -1743,5 +1743,5 @@
 #define ASSERT_GUEST_LOGREL_RC_SUCCESS_BREAK(rc)            ASSERT_GUEST_LOGREL_MSG_BREAK((rc) == VINF_SUCCESS, ("%Rra\n", (rc)))
 
-/** @def ASSERT_GUEST_LOGREL_RC_SUCCESSBreakStmt
+/** @def ASSERT_GUEST_LOGREL_RC_SUCCESS_STMT_BREAK
  * Asserts that an iprt status code equals VINF_SUCCESS, bitch (RT_STRICT mode only) and break if it isn't.
  *
