---
 ev.3 |    2 +-
 ev.c |    2 +-
 ev.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ev.3 b/ev.3
index f2a4514..3083d0d 100644
--- a/ev.3
+++ b/ev.3
@@ -555,7 +555,7 @@ example) that can't properly initialise their signal masks.
 .el .IP "\f(CWEVFLAG_NOSIGMASK\fR" 4
 .IX Item "EVFLAG_NOSIGMASK"
 When this flag is specified, then libev will avoid to modify the signal
-mask. Specifically, this means you ahve to make sure signals are unblocked
+mask. Specifically, this means you have to make sure signals are unblocked
 when you want to receive them.
 .Sp
 This behaviour is useful when you want to do your own signal handling, or
diff --git a/ev.c b/ev.c
index d8f538c..f941452 100644
--- a/ev.c
+++ b/ev.c
@@ -1303,7 +1303,7 @@ array_nextsize (int elem, int cur, int cnt)
     ncur <<= 1;
   while (cnt > ncur);
 
-  /* if size is large, round to MALLOC_ROUND - 4 * longs to accomodate malloc 
overhead */
+  /* if size is large, round to MALLOC_ROUND - 4 * longs to accommodate malloc 
overhead */
   if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4)
     {
       ncur *= elem;
diff --git a/ev.h b/ev.h
index 27c1778..7db1e87 100644
--- a/ev.h
+++ b/ev.h
@@ -717,7 +717,7 @@ void ev_resume  (EV_P);
 /* stopping (disabling, deleting) a watcher does nothing unless its already 
running */
 #if EV_PROTOTYPES
 
-/* feeds an event into a watcher as if the event actually occured */
+/* feeds an event into a watcher as if the event actually occurred */
 /* accepts any ev_watcher type */
 void ev_feed_event     (EV_P_ void *w, int revents);
 void ev_feed_fd_event  (EV_P_ int fd, int revents);
-- 
1.7.7


_______________________________________________
libev mailing list
libev@lists.schmorp.de
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to