summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2009-07-16 15:08:08 +0000
committerroot <root>2009-07-16 15:08:08 +0000
commita52b95eb63ad4307adb0e4e86d85b1f8a583a74f (patch)
treeb590d4f1bc58576d424e7979146f9362af58f8cc /ev.c
parentd803e6da7e24d5aff74a2b753bd5902b774926aa (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index eba23b6..3214fba 100644
--- a/ev.c
+++ b/ev.c
@@ -649,7 +649,7 @@ ev_sleep (ev_tstamp delay)
tv.tv_usec = (long)((delay - (ev_tstamp)(tv.tv_sec)) * 1e6);
/* here we rely on sys/time.h + sys/types.h + unistd.h providing select */
- /* somehting not guaranteed by newer posix versions, but guaranteed */
+ /* something not guaranteed by newer posix versions, but guaranteed */
/* by older ones */
select (0, 0, 0, 0, &tv);
#endif