Removed references to Subversion in the code
[citadel.git] / citadel / modules / autocompletion / serv_autocompletion.c
index 9c1c97991fda592e54d95ec0b3f6d78c4cf3951c..d8c2c30f0f4f45c16378ccc0d37bb1e52de107a0 100644 (file)
@@ -227,6 +227,6 @@ CTDL_MODULE_INIT(autocompletion) {
        {
                CtdlRegisterProtoHook(cmd_auto, "AUTO", "Do recipient autocompletion");
        }
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "autocompletion";
 }