Skip to content

Commit

Permalink
Fix typo from #9545 (#9597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jder authored Nov 12, 2024
1 parent f406347 commit f888bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/c-api/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pub extern "C" fn wasmtime_config_memory_guard_size_set(c: &mut wasm_config_t, s
}

#[no_mangle]
pub extern "C" fn wasmtime_config_memory_reservation_reserved_for_growth_set(
pub extern "C" fn wasmtime_config_memory_reservation_for_growth_set(
c: &mut wasm_config_t,
size: u64,
) {
Expand Down

0 comments on commit f888bea

Please sign in to comment.