swap plugin: Fix a comment.
authorFlorian Forster <octo@huhu.verplant.org>
Sun, 2 Jan 2011 21:16:49 +0000 (22:16 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sun, 2 Jan 2011 21:16:49 +0000 (22:16 +0100)
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) /* {{{ */