From: Jim Meyering Date: Thu, 17 Mar 2005 20:50:50 +0000 (+0000) Subject: tweak comment X-Git-Tag: CPPI-1_12~1277 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78929b11ca47bbf1f21ca0970967b21423c9577e;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/m4/typeof.m4 b/m4/typeof.m4 index 42cdd3723e..b1596b65a8 100644 --- a/m4/typeof.m4 +++ b/m4/typeof.m4 @@ -7,7 +7,7 @@ dnl with or without modifications, as long as this notice is preserved. dnl Written by Jim Meyering. AC_DEFUN([gl_TYPEOF], -[AC_CACHE_CHECK([for __typeof__], gl_cv_typeof, +[AC_CACHE_CHECK([for the __typeof__ operator], gl_cv_typeof, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[ int i;