changeset 10592:535c41e25ab1

Oops, typo in warning.
author Bruno Haible <bruno@clisp.org>
date Mon, 06 Oct 2008 01:27:51 +0200
parents 9a7657d2031f
children 659d4e037681
files lib/sys_select.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/sys_select.in.h
+++ b/lib/sys_select.in.h
@@ -62,7 +62,7 @@
 #  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