summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-06 01:27:51 +0200
committerBruno Haible <bruno@clisp.org>2008-10-06 01:27:51 +0200
commit594d8032d51b564f7f9739f04884d38f7398d87d (patch)
tree063b673b4a86a2a5934360a2bd373bd6c070fd3b /lib
parente09edd140811395f660fb1e2bb50f8c58fd8f508 (diff)
downloadgnulib-594d8032d51b564f7f9739f04884d38f7398d87d.tar.gz
Oops, typo in warning.
Diffstat (limited to 'lib')
-rw-r--r--lib/sys_select.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h
index ac60020981..b9d08b5c7f 100644
--- a/lib/sys_select.in.h
+++ b/lib/sys_select.in.h
@@ -62,7 +62,7 @@ extern int rpl_select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
# undef select
# define select(n,r,w,e,t) \
(GL_LINK_WARNING ("select is not always POSIX compliant - " \
- "use gnulib module for portability"), \
+ "use gnulib module select for portability"), \
select (n, r, w, e, t))
# endif