From: Bruno Haible Date: Sun, 5 Oct 2008 23:27:51 +0000 (+0200) Subject: Oops, typo in warning. X-Git-Tag: v0.1~6890 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=594d8032d51b564f7f9739f04884d38f7398d87d;p=gnulib.git Oops, typo in warning. --- diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h index ac6002098..b9d08b5c7 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