Removed references to Subversion in the code
[citadel.git] / citadel / modules / extnotify / extnotify_main.c
index ce477dcd6cd71627631963e417e9ab6655737154..e848df490d8231691a2522130d794c980edb43aa 100644 (file)
@@ -408,6 +408,6 @@ CTDL_MODULE_INIT(extnotify)
                create_extnotify_queue();
                CtdlRegisterSessionHook(do_extnotify_queue, EVT_TIMER);
        }
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
         return "extnotify";
 }