summaryrefslogtreecommitdiff
path: root/include/ruby/internal/memory.h
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2023-12-21 20:34:49 -0500
committerAlan Wu <[email protected]>2023-12-21 20:34:49 -0500
commit0c05551f5812f29c24a30cfbcaa60beab22569d0 (patch)
tree75eccd5cc468df9585cbfff44c36144d11c05f72 /include/ruby/internal/memory.h
parent009968a700209336eb592ccb83bddcf7b2c17984 (diff)
Typo fixes for public headers [ci skip]
Diffstat (limited to 'include/ruby/internal/memory.h')
-rw-r--r--include/ruby/internal/memory.h2
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)