summaryrefslogtreecommitdiff
path: root/include/ruby/internal/stdalign.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-01-14 15:00:54 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit94e5953b484517234ad476b1e179d1bdbcbafbd7 (patch)
tree582aa58b23e9c69142be123b91d02327e59afeb6 /include/ruby/internal/stdalign.h
parentb76ad15ed0da636161de0243c547ee1e6fc95681 (diff)
sed -i 's/. They/. They/'
Truly editorial fix for comments. This works better with Emacs' set-justification-full function. [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'include/ruby/internal/stdalign.h')
-rw-r--r--include/ruby/internal/stdalign.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/stdalign.h b/include/ruby/internal/stdalign.h
index 02eb7ab959..dbc27849d5 100644
--- a/include/ruby/internal/stdalign.h
+++ b/include/ruby/internal/stdalign.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_ALIGNAS / #RBIMPL_ALIGNOF
*/
#include "ruby/internal/config.h"