Code

src/daemon/common.[ch]: Reimplement strjoin().
[collectd.git] / src / disk.c
index d7eb0a5c407011c9789ee2fe43e4d46f938e2414..465b005707dd73d64b95678ef5ee096c64cc71e9 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;