Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ayaz <[email protected]>
Signed-off-by: Brendan Hansknecht <[email protected]>
  • Loading branch information
bhansconnect and ayazhafiz authored Nov 30, 2023
1 parent 2803244 commit f4c21c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/builtins/bitcode/src/utils.zig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern fn roc_dealloc(c_ptr: *anyopaque, alignment: u32) callconv(.C) void;

extern fn roc_dbg(file_path: *anyopaque, message: *anyopaque) callconv(.C) void;

// Sincet roc_dbg is never used by the builtins, we need at export a function that uses it to stop DCE.
// Since roc_dbg is never used by the builtins, we need at export a function that uses it to stop DCE.
pub fn test_dbg(file_path: *anyopaque, message: *anyopaque) callconv(.C) void {
roc_dbg(file_path, message);
}
Expand Down

0 comments on commit f4c21c9

Please sign in to comment.