aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-13 11:10:08 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-13 11:10:08 +0000
commitafcd060a926ab8ab8405bf51ca4c23d8abce4c21 (patch)
treea1d35e889082e3b6dbc39c971a41c97b221e6492 /configure.ac
parent90cb7d30487ddc6e9e3b70ea60bd9ad624d8e716 (diff)
downloadruby-afcd060a926ab8ab8405bf51ca4c23d8abce4c21.tar.gz
Fix a typo.
configure.ac: delcares -> declares. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 73d83b66b1..81efb0bbc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -864,7 +864,7 @@ AS_IF([test "$GCC" = yes], [
# comments. We bypass ANSI C mode for them. Otherwise
# extension libs cannot include those headers.
- # Since math.h in some mingw64 wrongly delcares frexp and modf
+ # Since math.h in some mingw64 wrongly declares frexp and modf
# to be pure, the variables pointed by the second arguments are
# considered uninitialized unexpectedly.
AC_CACHE_CHECK([whether frexp and modf are broken],