Skip to content

Commit

Permalink
typo: Update instrumentation.rs (#4264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Nov 2, 2023
1 parent a59b713 commit ef6192e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-profiler/src/instrumentation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fn inject_imports(for_ic : bool, module: Module) -> Module {
module
}

/// Takes a Wasm binary and inserts the instructoing metering and profiling code.
/// Takes a Wasm binary and inserts the instruction metering and profiling code.
/// Returns the instrumented binary.
pub fn instrument(
wasm: &Vec<u8>,
Expand Down

0 comments on commit ef6192e

Please sign in to comment.