File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -767,7 +767,7 @@ impl<'module_environment> FuncEnvironment<'module_environment> {
767767 val : ir:: Value ,
768768 index_type : IndexType ,
769769 // When it is a memory and the memory is using single-byte pages,
770- // we need to handle the tuncation differently. See comments below.
770+ // we need to handle the truncation differently. See comments below.
771771 //
772772 // When it is a table, this should be set to false.
773773 single_byte_pages : bool ,
@@ -3808,7 +3808,7 @@ fn index_type_to_ir_type(index_type: IndexType) -> ir::Type {
38083808#[ cfg( feature = "stack-switching" ) ]
38093809#[ allow(
38103810 dead_code,
3811- reason = "Dummy function to supress more dead code warnings"
3811+ reason = "Dummy function to suppress more dead code warnings"
38123812) ]
38133813pub fn use_stack_switching_libcalls ( ) {
38143814 let _ = BuiltinFunctions :: cont_new;
Original file line number Diff line number Diff line change @@ -732,7 +732,7 @@ impl ComponentInstance {
732732 /// the `arg` specified.
733733 ///
734734 /// This function is used in conjunction with function calls to record,
735- /// after a fuction call completes, the optional ABI return value. This
735+ /// after a function call completes, the optional ABI return value. This
736736 /// return value is cached within this instance for future use when the
737737 /// `post_return` Rust-API-level function is invoked.
738738 ///
You can’t perform that action at this time.
0 commit comments