Removed references to Subversion in the code
[citadel.git] / citadel / modules / checkpoint / serv_checkpoint.c
index 83ac887f41715f7181beb9eb77186553754f1c6d..ba51abd4400b6f486ce39d09c2f4b5a47c99368f 100644 (file)
@@ -63,6 +63,6 @@ CTDL_MODULE_INIT(checkpoint) {
        {
                CtdlRegisterSessionHook(cdb_checkpoint, EVT_TIMER);
        }
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "checkpoint";
 }