From 3b12cd43faa87df6aeb3b747e5e971f76719b596 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 24 Jul 2014 14:11:33 +0000 Subject: [PATCH] Fix a typo in a comment Reported by: jhb --- sys/sys/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/event.h b/sys/sys/event.h index 7b0b798987d1..47ebd7667086 100644 --- a/sys/sys/event.h +++ b/sys/sys/event.h @@ -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 */