diff options
author | Alan Wu <[email protected]> | 2023-12-21 20:34:49 -0500 |
---|---|---|
committer | Alan Wu <[email protected]> | 2023-12-21 20:34:49 -0500 |
commit | 0c05551f5812f29c24a30cfbcaa60beab22569d0 (patch) | |
tree | 75eccd5cc468df9585cbfff44c36144d11c05f72 /include/ruby/internal/memory.h | |
parent | 009968a700209336eb592ccb83bddcf7b2c17984 (diff) |
Typo fixes for public headers [ci skip]
Diffstat (limited to 'include/ruby/internal/memory.h')
-rw-r--r-- | include/ruby/internal/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/memory.h b/include/ruby/internal/memory.h index 6884db195d..8f00787512 100644 --- a/include/ruby/internal/memory.h +++ b/include/ruby/internal/memory.h @@ -62,7 +62,7 @@ #include "ruby/backward/2/assume.h" #include "ruby/defines.h" -/** @cond INTENAL_MACRO */ +/** @cond INTERNAL_MACRO */ /* Make alloca work the best possible way. */ #if defined(alloca) |