Fix a typo in a comment

Reported by:	jhb
This commit is contained in:
bapt 2014-07-24 14:11:33 +00:00
parent 751a73bad8
commit 5f5a855305

View File

@ -133,7 +133,7 @@ struct kevent {
#define NOTE_TRACKERR 0x00000002 /* could not track child */
#define NOTE_CHILD 0x00000004 /* am a child process */
/* additional flags for EVFILE_TIMER */
/* additional flags for EVFILT_TIMER */
#define NOTE_SECONDS 0x00000001 /* data is seconds */
#define NOTE_MSECONDS 0x00000002 /* data is milliseconds */
#define NOTE_USECONDS 0x00000004 /* data is microseconds */