@@ -443,7 +443,7 @@ pub(crate) mod stack_switching_helpers {
443
443
}
444
444
445
445
impl VMStackChain {
446
- /// Creates a `Self` corressponding to `VMStackChain::Continuation(contref)`.
446
+ /// Creates a `Self` corresponding to `VMStackChain::Continuation(contref)`.
447
447
pub fn from_continuation < ' a > (
448
448
env : & mut crate :: func_environ:: FuncEnvironment < ' a > ,
449
449
builder : & mut FunctionBuilder ,
@@ -463,7 +463,7 @@ pub(crate) mod stack_switching_helpers {
463
463
}
464
464
}
465
465
466
- /// Creates a `Self` corressponding to `VMStackChain::Absent`.
466
+ /// Creates a `Self` corresponding to `VMStackChain::Absent`.
467
467
pub fn absent < ' a > (
468
468
env : & mut crate :: func_environ:: FuncEnvironment < ' a > ,
469
469
builder : & mut FunctionBuilder ,
@@ -957,7 +957,7 @@ pub fn vmctx_load_stack_chain<'a>(
957
957
}
958
958
959
959
/// Stores the given stack chain saved in the `VMContext`, overwriting the
960
- /// exsiting one.
960
+ /// existing one.
961
961
pub fn vmctx_store_stack_chain < ' a > (
962
962
env : & mut crate :: func_environ:: FuncEnvironment < ' a > ,
963
963
builder : & mut FunctionBuilder ,
@@ -1397,7 +1397,7 @@ pub(crate) fn translate_resume<'a>(
1397
1397
. map ( |tag_index| tag_address ( env, builder, tag_index) )
1398
1398
. collect ( ) ;
1399
1399
1400
- // Store all tag addresess in the handler list.
1400
+ // Store all tag addresses in the handler list.
1401
1401
handler_list. store_data_entries ( env, builder, & all_tag_addresses) ;
1402
1402
1403
1403
// To enable distinguishing switch and suspend handlers when searching the handler list:
0 commit comments