Skip to content

Commit

Permalink
docs: Spelling error. (#12623)
Browse files Browse the repository at this point in the history
Spelling error.

---------

Signed-off-by: RiceChuan <lc582041246@gmail.com>
  • Loading branch information
RiceChuan authored Jan 13, 2025
1 parent 5dab1a4 commit 69ba684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/near-vm/engine/src/universal/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use near_vm_vm::{SectionBodyPtr, VMLocalFunction};
use std::collections::HashMap;
use std::ptr::{read_unaligned, write_unaligned};

/// Add a new trampoline address, given the base adress of the Section. Return the address of the jump
/// Add a new trampoline address, given the base address of the Section. Return the address of the jump
/// The trampoline itself still have to be writen
fn trampolines_add(
map: &mut HashMap<usize, usize>,
Expand Down

0 comments on commit 69ba684

Please sign in to comment.