mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Correct a comment
This commit is contained in:
parent
93bd5298c7
commit
c003468296
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user