summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eio.h2
-rw-r--r--eio.pod2
-rw-r--r--xthread.h2
3 files changed, 3 insertions, 3 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 */
/*****************************************************************************/
diff --git a/eio.pod b/eio.pod
index f97b5ff..fd5676e 100644
--- a/eio.pod
+++ b/eio.pod
@@ -133,7 +133,7 @@ If C<eio_poll ()> is configured to not handle all results in one go
(i.e. it returns C<-1>) then you should start an idle watcher that calls
C<eio_poll> until it returns something C<!= -1>.
-A full-featured conenctor between libeio and libev would look as follows
+A full-featured connector between libeio and libev would look as follows
(if C<eio_poll> is handling all requests, it can of course be simplified a
lot by removing the idle watcher logic):
diff --git a/xthread.h b/xthread.h
index edc812b..a8acafb 100644
--- a/xthread.h
+++ b/xthread.h
@@ -2,7 +2,7 @@
#define XTHREAD_H_
/* whether word reads are potentially non-atomic.
- * this is conservatice, likely most arches this runs
+ * this is conservative, likely most arches this runs
* on have atomic word read/writes.
*/
#ifndef WORDACCESS_UNSAFE