From: Florian Forster Date: Sun, 2 Jan 2011 21:16:49 +0000 (+0100) Subject: swap plugin: Fix a comment. X-Git-Tag: collectd-5.0.0~31 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c0be68f50b78729393d9a020413ea5789a709d61;p=collectd.git swap plugin: Fix a comment. --- diff --git a/src/swap.c b/src/swap.c index 6c346021..629d1a1e 100644 --- a/src/swap.c +++ b/src/swap.c @@ -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) /* {{{ */