summaryrefslogtreecommitdiff
path: root/yjit_core.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-02 18:29:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-02 19:17:37 +0900
commita2024081805af4e729bea029abb7bbe7c383dce2 (patch)
treea7a46007a44e6ca541980aaa9bd65950d9f277c6 /yjit_core.h
parentc2dcaa73626ab7a44dcc357d9751d9e2285d56ba (diff)
Fix typos
Diffstat (limited to 'yjit_core.h')
-rw-r--r--yjit_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_core.h b/yjit_core.h
index 385bf05f29..e623ed72aa 100644
--- a/yjit_core.h
+++ b/yjit_core.h
@@ -158,7 +158,7 @@ typedef struct yjit_context
} ctx_t;
STATIC_ASSERT(yjit_ctx_size, sizeof(ctx_t) <= 32);
-// Tuple of (iseq, idx) used to idenfity basic blocks
+// Tuple of (iseq, idx) used to identify basic blocks
typedef struct BlockId
{
// Instruction sequence