summaryrefslogtreecommitdiff
path: root/yjit/src/core.rs
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/src/core.rs')
-rw-r--r--yjit/src/core.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/src/core.rs b/yjit/src/core.rs
index 732c5cbe2f..32bce76a01 100644
--- a/yjit/src/core.rs
+++ b/yjit/src/core.rs
@@ -4014,7 +4014,7 @@ unsafe fn remove_from_graph(blockref: BlockRef) {
/// Tear down a block and deallocate it.
/// Caller has to ensure that the code tracked by the block is not
-/// running, as running code may hit [branch_stub_hit] who exepcts
+/// running, as running code may hit [branch_stub_hit] who expects
/// [Branch] to be live.
///
/// We currently ensure this through the `jit_cont` system in cont.c