summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby')
-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. */