summaryrefslogtreecommitdiff
path: root/include/ruby/internal/warning_push.h
diff options
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/warning_push.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/warning_push.h')
-rw-r--r--include/ruby/internal/warning_push.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/warning_push.h b/include/ruby/internal/warning_push.h
index b8a21aaeab..ca521290c9 100644
--- a/include/ruby/internal/warning_push.h
+++ b/include/ruby/internal/warning_push.h
@@ -25,7 +25,7 @@
*
* Q: Why all the macros defined in this file are function-like macros?
*
- * A: Sigh. This is because of Doxgen. Its `SKIP_FUNCTION_MACROS = YES`
+ * A: Sigh. This is because of Doxygen. Its `SKIP_FUNCTION_MACROS = YES`
* configuration setting requests us that if we want it to ignore these
* macros, then we have to do two things: (1) let them be defined as
* function-like macros, and (2) place them separately in their own line,