Removed references to Subversion in the code
[citadel.git] / citadel / modules / bio / serv_bio.c
index ac135cc2272c084baa4b6d2e2e42e53ac4227e14..665873ab50d612f5e81fef8ec975e3c35a07f71a 100644 (file)
@@ -148,7 +148,7 @@ CTDL_MODULE_INIT(bio)
                CtdlRegisterProtoHook(cmd_rbio, "RBIO", "Read a user's bio");
                CtdlRegisterProtoHook(cmd_lbio, "LBIO", "List users with bios");
        }
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
         return "bio";
 }