From c2011d1a51b71a17bf279f6ae90cab4172f80624 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Sat, 29 Aug 2020 12:30:37 +0900 Subject: [PATCH] Fix a typo [ci skip] --- include/ruby/internal/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */