summaryrefslogtreecommitdiff
path: root/eio.h
diff options
context:
space:
mode:
authorsf-exg <sf-exg>2011-07-07 17:35:52 +0000
committersf-exg <sf-exg>2011-07-07 17:35:52 +0000
commitfdbeee91855102a6de640976ccd55198f2fd5a89 (patch)
treea53747aa46ff0295f3a7d69936a71aa2012d2736 /eio.h
parentd1b1bb8c317630566c3996de8a1dc18d5b43b908 (diff)
Fix typos.
Diffstat (limited to 'eio.h')
-rw-r--r--eio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.h b/eio.h
index bfa110d..b974d1a 100644
--- a/eio.h
+++ b/eio.h
@@ -251,7 +251,7 @@ void eio_set_idle_timeout (unsigned int seconds);
unsigned int eio_nreqs (void); /* number of requests in-flight */
unsigned int eio_nready (void); /* number of not-yet handled requests */
-unsigned int eio_npending (void); /* numbe rof finished but unhandled requests */
+unsigned int eio_npending (void); /* number of finished but unhandled requests */
unsigned int eio_nthreads (void); /* number of worker threads in use currently */
/*****************************************************************************/