aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2024-07-09 13:14:28 -0400
committerPeter Zhu <peter@peterzhu.ca>2024-07-09 13:14:28 -0400
commitc1ff8d519fafd9a91d056434dbce8e5beab1da4a (patch)
tree74ff9f2a28d009fed59e9c8f1231d5b082edd965 /tool
parent140d8318dbafe2c7c112651389da0b3ef4fd8424 (diff)
downloadruby-c1ff8d519fafd9a91d056434dbce8e5beab1da4a.tar.gz
Fix grammar of ruby_shared_gc.m4
Diffstat (limited to 'tool')
-rw-r--r--tool/m4/ruby_shared_gc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/m4/ruby_shared_gc.m4 b/tool/m4/ruby_shared_gc.m4
index 78f4a386cc..4882bca057 100644
--- a/tool/m4/ruby_shared_gc.m4
+++ b/tool/m4/ruby_shared_gc.m4
@@ -6,7 +6,7 @@ AC_ARG_WITH(shared-gc,
[shared_gc_dir=$withval], [unset shared_gc_dir]
)
-AC_MSG_CHECKING([if Ruby is build with shared GC support])
+AC_MSG_CHECKING([if building with shared GC support])
AS_IF([test x"$shared_gc_dir" != x], [
AC_MSG_RESULT([yes])