Removed references to Subversion in the code
[citadel.git] / citadel / modules / mrtg / serv_mrtg.c
index 2a7d2408447c960eadaa617c2bcf1ce900334754..a4be399268ef6530d22a4b5521e90dece439b7d2 100644 (file)
@@ -181,6 +181,6 @@ CTDL_MODULE_INIT(mrtg)
                CtdlRegisterProtoHook(cmd_mrtg, "MRTG", "Supply stats to MRTG");
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
         return "mrtg";
 }