* Renamed:
[citadel.git] / citadel / msgbase.c
index eb0e1dd047530483a3cb8ed7505d575b5dd2e5d6..c4f7550575b97ac635f5d77a72a068c01b0327b3 100644 (file)
@@ -2827,7 +2827,7 @@ int CtdlDeleteMessages(char *room_name,           /* which room */
         * was in, the reference count will reach zero and the message will
         * automatically be deleted from the database.  We do this in a
         * separate pass because there might be plug-in hooks getting called,
-        * and we don't want that happening during an S_QUICKROOM critical
+        * and we don't want that happening during an S_ROOMS critical
         * section.
         */
        if (num_deleted) for (i=0; i<num_deleted; ++i) {