summaryrefslogtreecommitdiff
path: root/m4/typeof.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-17 20:50:50 +0000
committerJim Meyering <jim@meyering.net>2005-03-17 20:50:50 +0000
commit78929b11ca47bbf1f21ca0970967b21423c9577e (patch)
treed337288c751ce8d00ae7525e75e38a71e699104a /m4/typeof.m4
parent9001fbc0fd380527c83623420d58f891ffd57328 (diff)
downloadcoreutils-78929b11ca47bbf1f21ca0970967b21423c9577e.tar.xz
tweak comment
Diffstat (limited to 'm4/typeof.m4')
-rw-r--r--m4/typeof.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/typeof.m4 b/m4/typeof.m4
index 42cdd3723..b1596b65a 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;