mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
fix typo
This commit is contained in:
parent
81e8812f38
commit
fe4577ce4c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const std = @import("std");
|
||||||
const builtin = @import("builtin");
|
const builtin = @import("builtin");
|
||||||
const math = std.math;
|
const math = std.math;
|
||||||
|
|
||||||
// Eventaully, we need to statically ingest compiler-rt and get it working with the surgical linker, then these should not be needed anymore.
|
// Eventually, we need to statically ingest compiler-rt and get it working with the surgical linker, then these should not be needed anymore.
|
||||||
// Until then, we are manually ingesting used parts of compiler-rt here.
|
// Until then, we are manually ingesting used parts of compiler-rt here.
|
||||||
//
|
//
|
||||||
// Taken from
|
// Taken from
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue