Index: /trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp	(revision 31375)
+++ /trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp	(revision 31376)
@@ -51,5 +51,5 @@
 *   Structures and Typedefs                                                    *
 *******************************************************************************/
-/** Debug info interpreter regisration record. */
+/** Debug info interpreter registration record. */
 typedef struct RTDBGMODREGDBG
 {
@@ -63,5 +63,5 @@
 typedef RTDBGMODREGDBG *PRTDBGMODREGDBG;
 
-/** Image interpreter regisration record. */
+/** Image interpreter registration record. */
 typedef struct RTDBGMODREGIMG
 {
@@ -315,4 +315,5 @@
 RTDECL(int)         RTDbgModCreateFromImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t fFlags)
 {
+
     return VERR_NOT_IMPLEMENTED;
 }
