summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/dblog/dblog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module
index 9420c538d..d831548c9 100644
--- a/modules/dblog/dblog.module
+++ b/modules/dblog/dblog.module
@@ -96,7 +96,7 @@ function dblog_init() {
/**
* Implements hook_cron().
*
- * Remove expired log messages and flood control events.
+ * Remove expired log messages.
*/
function dblog_cron() {
// Cleanup the watchdog table.