diff options
author | John Bampton <[email protected]> | 2024-10-12 01:16:05 +1000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-11 15:16:05 +0000 |
commit | 5e799cc182fdab41b696b0dea036751d621ca4f5 (patch) | |
tree | 14d616a67bf1bdffe9b83ebca1ecbdd07b85a2c0 /yjit | |
parent | c044777562c72dd66d906a774d944208576e5ea2 (diff) |
Fix spelling
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11882
Merged-By: XrXr
Diffstat (limited to 'yjit')
-rw-r--r-- | yjit/src/core.rs | 2 |
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 |