projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e0ffb3
)
swap plugin: Fix a comment.
author
Florian Forster
<octo@huhu.verplant.org>
Sun, 2 Jan 2011 21:16:49 +0000
(22:16 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Sun, 2 Jan 2011 21:16:49 +0000
(22:16 +0100)
src/swap.c
patch
|
blob
|
history
diff --git
a/src/swap.c
b/src/swap.c
index
6c34602
..
629d1a1
100644
(file)
--- 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) /* {{{ */