From: Ruben Kerkhof Date: Tue, 16 Aug 2016 13:34:59 +0000 (+0200) Subject: disk plugin: fix typo in comment X-Git-Tag: collectd-5.7.0~123 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b379a32264ba973ea52f30bff399c9c9d7c612bc;p=collectd.git disk plugin: fix typo in comment --- diff --git a/src/disk.c b/src/disk.c index d7eb0a5c..465b0057 100644 --- 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_LIBKSTATGRAB */ +/* #endif HAVE_LIBSTATGRAB */ #elif HAVE_PERFSTAT static perfstat_disk_t * stat_disk;