diff --git a/wasm-profiler/src/instrumentation.rs b/wasm-profiler/src/instrumentation.rs index 3c6d9fd7f7e..3187824f122 100644 --- a/wasm-profiler/src/instrumentation.rs +++ b/wasm-profiler/src/instrumentation.rs @@ -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,