disk plugin: fix typo in comment
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 16 Aug 2016 13:34:59 +0000 (15:34 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 16 Aug 2016 13:34:59 +0000 (15:34 +0200)
src/disk.c

index d7eb0a5..465b005 100644 (file)
@@ -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;