Skip to content

Commit b017d48

Browse files
authored
Update ir.rs
1 parent 181a2dc commit b017d48

File tree

1 file changed

+1
-1
lines changed
  • smart_ir/src/ir_codegen

1 file changed

+1
-1
lines changed

smart_ir/src/ir_codegen/ir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ impl<'ctx> IR2LLVMCodeGenContext<'ctx> {
513513
} else {
514514
return Err(CodeGenError {
515515
message:
516-
"try to get field from a pointer whose elemet isn't a struct"
516+
"try to get field from a pointer whose element isn't a struct"
517517
.to_string(),
518518
});
519519
}

0 commit comments

Comments
 (0)