We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d973049 commit 181a2dcCopy full SHA for 181a2dc
smart_ir/src/ir_codegen/context.rs
@@ -1151,7 +1151,7 @@ impl<'ctx> IR2LLVMCodeGenContext<'ctx> {
1151
// }
1152
1153
for ir_module in &self.ir_modules {
1154
- // scan all module's func defintions to use in other modules
+ // scan all module's func definitions to use in other modules
1155
for (_, function) in &ir_module.functions {
1156
self.func_definitions.borrow_mut().push(function.clone());
1157
}
0 commit comments