aboutsummaryrefslogtreecommitdiff
path: root/src/common/fakepoll.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-05-01 20:46:28 +0000
committerNick Mathewson <nickm@torproject.org>2004-05-01 20:46:28 +0000
commit908ccb9dcdff19c6015a31726d2db5db5fef3ede (patch)
tree087a63bb6c490291ec12ae4f2e6f5c3dfc984ca4 /src/common/fakepoll.h
parentac4cb9bdd19bee938d1cb4cb9def727f92c8d2fc (diff)
downloadtor-908ccb9dcdff19c6015a31726d2db5db5fef3ede.tar
tor-908ccb9dcdff19c6015a31726d2db5db5fef3ede.tar.gz
Handle windows socket errors correctly; comment most of common.
svn:r1756
Diffstat (limited to 'src/common/fakepoll.h')
-rw-r--r--src/common/fakepoll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fakepoll.h b/src/common/fakepoll.h
index 47490326c..4d0d9ce52 100644
--- a/src/common/fakepoll.h
+++ b/src/common/fakepoll.h
@@ -16,7 +16,7 @@
#endif
/* If _POLL_EMUL_H_ is defined, then poll is just a just a thin wrapper around
- * select. On Mac OS 10.3, this wrapper is kinda flakey, and we should
+ * select. On Mac OS 10.3, this wrapper is kinda flaky, and we should
* use our own.
*/
#if (defined(HAVE_POLL_H)||defined(HAVE_SYS_POLL_H)) && !defined(_POLL_EMUL_H_)