File tree Expand file tree Collapse file tree
crates/environ/src/compile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use std::ops::Range;
99
1010/// Builder for the address map section of a wasmtime compilation image.
1111///
12- /// This builder is used to conveniently built the `ELF_WASMTIME_ADDRMAP`
12+ /// This builder is used to conveniently build the `ELF_WASMTIME_ADDRMAP`
1313/// section by compilers, and provides utilities to directly insert the results
1414/// into an `Object`.
1515#[ derive( Default ) ]
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ impl FrameTableBuilder {
325325 . push ( U32Bytes :: new ( LittleEndian , end) ) ;
326326 }
327327
328- /// Serialize the framd -table data section, taking a closure to
328+ /// Serialize the frame -table data section, taking a closure to
329329 /// consume slices.
330330 pub fn serialize < F : FnMut ( & [ u8 ] ) > ( & mut self , mut f : F ) {
331331 // Pad `frame_descriptor_data` to a multiple of 4 bytes so
You can’t perform that action at this time.
0 commit comments