diff options
Diffstat (limited to 'include/ruby/impl/attr/restrict.h')
-rw-r--r-- | include/ruby/impl/attr/restrict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/impl/attr/restrict.h b/include/ruby/impl/attr/restrict.h index 313e8020bd..518906f6da 100644 --- a/include/ruby/impl/attr/restrict.h +++ b/include/ruby/impl/attr/restrict.h @@ -25,7 +25,7 @@ #include "ruby/impl/token_paste.h" /* :FIXME: config.h includes conflicting `#define restrict`. MSVC can be - * detected using `RBIMPL_COMPILER_SINCE()`, but Clang & family cannot use + * detected using `RBIMPL_COMPILER_SINCE()`, but Clang & family cannot use * `__has_declspec_attribute()` which involves macro substitution. */ /** Wraps (or simulates) `__declspec(restrict)` */ |