summaryrefslogtreecommitdiff
path: root/lib/libX11/src/os2Stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libX11/src/os2Stubs.c')
-rw-r--r--lib/libX11/src/os2Stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libX11/src/os2Stubs.c b/lib/libX11/src/os2Stubs.c
index ee09cb5fe..3f2b9e893 100644
--- a/lib/libX11/src/os2Stubs.c
+++ b/lib/libX11/src/os2Stubs.c
@@ -281,7 +281,7 @@ int nfds;
int i;
APIRET rc;
/* First we determine up to which descriptor we need to check. */
-/* No need to check up to 256 if we don't have to (and usually we dont...)*/
+/* No need to check up to 256 if we don't have to (and usually we don't...)*/
/* Note: stuff here is hardcoded for fd_sets which are int[8] as in EMX!!! */
if(nfds > sd->max_fds){