svn commit: r269059 - head/sys/sys

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 24 14:11:34 UTC 2014


Author: bapt
Date: Thu Jul 24 14:11:33 2014
New Revision: 269059
URL: http://svnweb.freebsd.org/changeset/base/269059

Log:
  Fix a typo in a comment
  
  Reported by:	jhb

Modified:
  head/sys/sys/event.h

Modified: head/sys/sys/event.h
==============================================================================
--- head/sys/sys/event.h	Thu Jul 24 14:10:58 2014	(r269058)
+++ head/sys/sys/event.h	Thu Jul 24 14:11:33 2014	(r269059)
@@ -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 */


More information about the svn-src-head mailing list