From: Bernhard Voelker Date: Tue, 18 Mar 2014 22:48:14 +0000 (+0100) Subject: maint: fix typo in comment in fadvise.c X-Git-Tag: v8.23~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b790fda0e3781746451031284ce9730d79c9a89;p=thirdparty%2Fcoreutils.git maint: fix typo in comment in fadvise.c * gl/lib/fadvise.c: s/the the/the/, indroduced in commit v8.22-40-g4f21182. Promted by sc_prohibit_doubled_word. While at it, also s/be candidate/be a candidate/. --- diff --git a/gl/lib/fadvise.c b/gl/lib/fadvise.c index 562f1eb6ac..a4bc96f45a 100644 --- a/gl/lib/fadvise.c +++ b/gl/lib/fadvise.c @@ -15,7 +15,7 @@ along with this program. If not, see . */ /* Without this pragma, gcc suggests that (given !HAVE_POSIX_FADVISE) - the the fdadvise function might be candidate for attribute 'const'. */ + the fdadvise function might be a candidate for attribute 'const'. */ #if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ # pragma GCC diagnostic ignored "-Wsuggest-attribute=const" #endif