Merge pull request #2837 from abays/fix-collectd-tg-dtime
[collectd.git] / src / daemon / plugin.h
index 3c791a1..871eccd 100644 (file)
@@ -399,7 +399,7 @@ int parse_notif_severity(const char *severity);
 #define DEBUG(...) /* noop */
 #endif             /* ! COLLECT_DEBUG */
 
-/* These will log messages, prefixed by plugin name */
+/* This will log messages, prefixed by plugin name */
 void daemon_log(int level, const char *format, ...)
     __attribute__((format(printf, 2, 3)));