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:
parent
f9b62b5cc0
commit
33f2ff3bab
Notes:
git
2021-04-26 10:08:09 +09:00
24 changed files with 36 additions and 36 deletions
|
@ -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) && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue