Skip to content

Commit 181a2dc

Browse files
authored
Update context.rs
1 parent d973049 commit 181a2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart_ir/src/ir_codegen/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ impl<'ctx> IR2LLVMCodeGenContext<'ctx> {
11511151
// }
11521152

11531153
for ir_module in &self.ir_modules {
1154-
// scan all module's func defintions to use in other modules
1154+
// scan all module's func definitions to use in other modules
11551155
for (_, function) in &ir_module.functions {
11561156
self.func_definitions.borrow_mut().push(function.clone());
11571157
}

0 commit comments

Comments
 (0)