mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix a typo in a comment
Reported by: jhb
This commit is contained in:
parent
e2507751a6
commit
3b12cd43fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue