diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-09-02 04:51:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 04:51:42 -0400 |
| commit | 594271f8dba0143280990ac2e01dd68a791c05b0 (patch) | |
| tree | 33cfda1ae8fb44e36cc0b1e6dcdad76063f345d7 /src/link.zig | |
| parent | 81e2034d4ad935185344030e5ecedbd1388a65e9 (diff) | |
| parent | 2264fca03e6ce9203baf52d70825ec3bc32f8262 (diff) | |
| download | zig-594271f8dba0143280990ac2e01dd68a791c05b0.tar.gz zig-594271f8dba0143280990ac2e01dd68a791c05b0.zip | |
Merge pull request #9618 from ziglang/std-os-reorg
std.os reorganization; new `usingnamespace` semantics
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.zig b/src/link.zig index 1293fab4d2..dbca4fc956 100644 --- a/src/link.zig +++ b/src/link.zig @@ -179,7 +179,7 @@ pub const File = struct { /// This is where the .debug_info tag for the type is. off: u32, /// Offset from `TextBlock.dbg_info_off` (the buffer that is local to a Decl). - /// List of DW.AT_type / DW.FORM_ref4 that points to the type. + /// List of DW.AT.type / DW.FORM.ref4 that points to the type. relocs: std.ArrayListUnmanaged(u32), }; |
