projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc7651
)
disk plugin: fix typo in comment
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 16 Aug 2016 13:34:59 +0000
(15:34 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 16 Aug 2016 13:34:59 +0000
(15:34 +0200)
src/disk.c
patch
|
blob
|
history
diff --git
a/src/disk.c
b/src/disk.c
index
d7eb0a5
..
465b005
100644
(file)
--- a/
src/disk.c
+++ b/
src/disk.c
@@
-128,7
+128,7
@@
static int numdisk = 0;
/* #endif HAVE_LIBKSTAT */
#elif defined(HAVE_LIBSTATGRAB)
-/* #endif HAVE_LIB
K
STATGRAB */
+/* #endif HAVE_LIBSTATGRAB */
#elif HAVE_PERFSTAT
static perfstat_disk_t * stat_disk;