# HG changeset patch # User Bruno Haible # Date 1223249271 -7200 # Node ID 535c41e25ab1c2b4d155501426738681afca76fe # Parent 9a7657d2031fdfa1a22c906e0c3c2044278b0358 Oops, typo in warning. diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h --- 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