From: Bruno Haible Date: Sun, 5 Oct 2008 23:27:51 +0000 (+0200) Subject: Oops, typo in warning. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594d8032d51b564f7f9739f04884d38f7398d87d;p=pspp Oops, typo in warning. --- 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