summaryrefslogtreecommitdiff
path: root/include/ruby/internal/compiler_since.h
diff options
context:
space:
mode:
authorRyuta Kamizono <[email protected]>2021-04-26 00:10:39 +0900
committerHiroshi SHIBATA <[email protected]>2021-04-26 10:07:41 +0900
commit33f2ff3babb7054f3df1efa25c1285e09613d7b8 (patch)
tree4c47e98fd4194080fb4d0d047100731b076babc0 /include/ruby/internal/compiler_since.h
parentf9b62b5cc04fa87f0970c9ca3d1cbbc9be8bf8fe (diff)
Fix some typos by spell checker
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4414
Diffstat (limited to 'include/ruby/internal/compiler_since.h')
-rw-r--r--include/ruby/internal/compiler_since.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/internal/compiler_since.h b/include/ruby/internal/compiler_since.h
index 92abb8acc8..b213cfd8b9 100644
--- a/include/ruby/internal/compiler_since.h
+++ b/include/ruby/internal/compiler_since.h
@@ -30,7 +30,7 @@
* @param y Minor version.
* @param z Patchlevel.
* @retval true cc >= x.y.z.
- * @retval false oherwise.
+ * @retval false otherwise.
*/
#define RBIMPL_COMPILER_SINCE(cc, x, y, z) \
(RBIMPL_COMPILER_IS(cc) && \
@@ -48,7 +48,7 @@
* @param y Minor version.
* @param z Patchlevel.
* @retval true cc < x.y.z.
- * @retval false oherwise.
+ * @retval false otherwise.
*/
#define RBIMPL_COMPILER_BEFORE(cc, x, y, z) \
(RBIMPL_COMPILER_IS(cc) && \