swap plugin: Fix a comment.
[collectd.git] / src / swap.c
index 6c34602..629d1a1 100644 (file)
@@ -496,7 +496,7 @@ static int swap_read (void) /* {{{ */
        sfree (s_paths);
         sfree (s);
        return (0);
-} /* }}} int swap_read_swapctl2 */
+} /* }}} int swap_read */
 
 /* Configuration: Present when swapctl or both methods are available. */
 static int swap_config (const char *key, const char *value) /* {{{ */