Fixed another typo

This commit is contained in:
ptitSeb
2023-01-05 16:35:06 +01:00
parent b4443864e3
commit d5167136fc

View File

@ -314,7 +314,7 @@ impl Compiler for LLVMCompiler {
let dwarf = Some(Dwarf::new(SectionIndex::from_u32(
module_custom_sections.len() as u32,
)));
// Do net terminate dwarf info with a zero-length CIE.
// Do not terminate dwarf info with a zero-length CIE.
// Because more info will be added later
// in lib/object/src/module.rs emit_compilation
module_custom_sections.push(CustomSection {