summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-08-29 12:30:37 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-08-29 12:31:05 +0900
commitc2011d1a51b71a17bf279f6ae90cab4172f80624 (patch)
treecb130c5321279e6623ac321bc1795188ba3455e0 /include
parent45c40f5631c6cdb14a9fe9c1b40e5fbb08793557 (diff)
Fix a typo [ci skip]
Diffstat (limited to 'include')
-rw-r--r--include/ruby/internal/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/config.h b/include/ruby/internal/config.h
index d51c7df0be..4a7a461b7a 100644
--- a/include/ruby/internal/config.h
+++ b/include/ruby/internal/config.h
@@ -68,7 +68,7 @@
#endif
#if defined(__SUNPRO_CC)
-# /* Oracle Developer Studio 12.5: GCC compatiblity guide says it supports
+# /* Oracle Developer Studio 12.5: GCC compatibility guide says it supports
# * statement expressions. But to our knowledge they support the extension
# * only for C and not for C++. Prove me wrong. Am happy to support them if
# * there is a way. */