Correct a comment

This commit is contained in:
Matthias Clasen 2010-08-13 17:22:28 -04:00
parent 93bd5298c7
commit c003468296

View File

@ -32,7 +32,7 @@
#include <sys/inotify.h>
/* Timings for pairing MOVED_TO / MOVED_FROM events */
#define PROCESS_EVENTS_TIME 1000 /* 1 millisecond (1 hz) */
#define PROCESS_EVENTS_TIME 1000 /* 1000 milliseconds (1 hz) */
#define DEFAULT_HOLD_UNTIL_TIME 0 /* 0 millisecond */
#define MOVE_HOLD_UNTIL_TIME 500 /* 500 microseconds or 0.5 milliseconds */