about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-11 08:19:59 +0000
committerEric Wong <e@80x24.org>2015-01-11 08:19:59 +0000
commitc9221c359309ba82a6090e61ef71b6f0d0de4f3b (patch)
treed870f94622bd2cab31e64d9401524a106b087cc8
parent4e3ce1fdb302c61d8405f732c30a1f3328a5c805 (diff)
downloadsleepy_penguin-c9221c359309ba82a6090e61ef71b6f0d0de4f3b.tar.gz
README: fix wording: are => is
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1a1d26d..3ab42e8 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
 sleepy_penguin provides access to newer, Linux-only system calls to wait
 on events from traditionally non-I/O sources.  Bindings to the eventfd,
 timerfd, inotify, and epoll interfaces are provided.  Experimental support
-for kqueue on FreeBSD (and likely OpenBSD/NetBSD) are also provided.
+for kqueue on FreeBSD (and likely OpenBSD/NetBSD) is also provided.
 
 == Features