Removed references to Subversion in the code
[citadel.git] / citadel / modules / expire / serv_expire.c
index 6cd2b668dd3baaa26701f28c7322f790b61134fc..815cdb7d2768876b12f6441e3c27564f5003b0e3 100644 (file)
@@ -952,6 +952,6 @@ CTDL_MODULE_INIT(expire)
                CtdlRegisterSessionHook(purge_databases, EVT_TIMER);
        }
 
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "expire";
 }