diff options
| author | Harold Brenes <harold@hbrenes.com> | 2025-04-28 14:58:53 -0400 |
|---|---|---|
| committer | Harold Brenes <harold@hbrenes.com> | 2025-04-30 20:31:54 -0400 |
| commit | 2dc5653fd13de2a92809ff41ab68a005141899ff (patch) | |
| tree | 03cf2d5cc90ab2137ffa3575285759cebc096d28 /src/llvm_backend.cpp | |
| parent | 89533f49e4fc2ae6f16551a51acaad115faffecd (diff) | |
Name fixes
Diffstat (limited to 'src/llvm_backend.cpp')
| -rw-r--r-- | src/llvm_backend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm_backend.cpp b/src/llvm_backend.cpp index aec8b7fc5..339e7fca7 100644 --- a/src/llvm_backend.cpp +++ b/src/llvm_backend.cpp @@ -1685,7 +1685,7 @@ gb_internal void lb_finalize_objc_names(lbGenerator *gen, lbProcedure *p) { if (is_context_provider_ivar) { // The context provider takes the ivar's type. - // Emit an obj_ivar_get call and use that pointer for 'self' instead. + // Emit an objc_ivar_get call and use that pointer for 'self' instead. lbValue real_self { wrapper_proc->raw_input_parameters[0], class_ptr_type |