summaryrefslogtreecommitdiff
path: root/include/ruby/impl/attr/restrict.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-05-11 08:32:18 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-05-11 09:24:08 +0900
commit0d88fe3a7278e3dab2675c1fe2c0f184d0624da2 (patch)
tree4b265004ec1c7bbd9f644c51de67bfb71defc1b0 /include/ruby/impl/attr/restrict.h
parent122f96c362c0391045d9b10d81d3681cb2455da5 (diff)
spaces in comments [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3079
Diffstat (limited to 'include/ruby/impl/attr/restrict.h')
-rw-r--r--include/ruby/impl/attr/restrict.h2
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)` */