1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix some typos by spell checker

This commit is contained in:
Ryuta Kamizono 2021-04-26 00:10:39 +09:00 committed by Hiroshi SHIBATA
parent f9b62b5cc0
commit 33f2ff3bab
Notes: git 2021-04-26 10:08:09 +09:00
24 changed files with 36 additions and 36 deletions

View file

@ -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,