Revision
168
Author
robert@fledge.watson.org
Date
2009-11-17 09:18:15 -0800 (Tue, 17 Nov 2009)

Log Message

Fix spelling of _evfilt2 for EVFILT_LIO.

Modified Paths

Diff

Modified: trunk/src/source_kevent.c (167 => 168)


--- trunk/src/source_kevent.c	2009-11-17 17:16:44 UTC (rev 167)
+++ trunk/src/source_kevent.c	2009-11-17 17:18:15 UTC (rev 168)
@@ -102,7 +102,7 @@
 	_evfilt2(EVFILT_SESSION);
 #endif
 #if HAVE_DECL_EVFILT_LIO
-	_evilt2(EVFILT_LIO);
+	_evfilt2(EVFILT_LIO);
 #endif
 
 	_evfilt2(DISPATCH_EVFILT_TIMER);