Removed references to Subversion in the code
[citadel.git] / citadel / modules / clamav / serv_virus.c
index f1d6b105ae24d50e96ff9c79d3304a00bbc69ef4..9626177a027d0ac2d1ab06fa8919237e7eab52a1 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";
 }