Removed references to Subversion in the code
[citadel.git] / citadel / modules / instmsg / serv_instmsg.c
index a7503133bf60bf8e2969fb2fe52e579542add22b..fb74d9716863572b9538fba4c4c89ffb423b40c9 100644 (file)
@@ -606,6 +606,6 @@ CTDL_MODULE_INIT(instmsg)
                CtdlRegisterSessionHook(instmsg_shutdown, EVT_SHUTDOWN);
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "instmsg";
 }