Removed references to Subversion in the code
[citadel.git] / citadel / modules / clamav / serv_virus.c
index 11772261d8965573d8094429ee669dcb17c57299..019d830f39ae63101d9f8eb7d5235dd02ba5e520 100644 (file)
@@ -201,6 +201,6 @@ CTDL_MODULE_INIT(virus)
                CtdlRegisterMessageHook(clamd, EVT_SMTPSCAN);
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
         return "virus";
 }