diff options
Diffstat (limited to 'src/common/fakepoll.h')
-rw-r--r-- | src/common/fakepoll.h | 2 |
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_) |