summaryrefslogtreecommitdiff
path: root/include/ruby/internal/has/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/has/feature.h')
-rw-r--r--include/ruby/internal/has/feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/has/feature.h b/include/ruby/internal/has/feature.h
index b827590c00..7be8d27314 100644
--- a/include/ruby/internal/has/feature.h
+++ b/include/ruby/internal/has/feature.h
@@ -17,7 +17,7 @@
* recursively included from extension libraries written in C++.
* Do not expect for instance `__VA_ARGS__` is always available.
* We assume C99 for ruby itself but we don't assume languages of
- * extension libraries. They could be written in C++98.
+ * extension libraries. They could be written in C++98.
* @brief Defines #RBIMPL_HAS_FEATURE.
*/