aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-09-02 04:51:42 -0400
committerGitHub <noreply@github.com>2021-09-02 04:51:42 -0400
commit594271f8dba0143280990ac2e01dd68a791c05b0 (patch)
tree33cfda1ae8fb44e36cc0b1e6dcdad76063f345d7 /src/link.zig
parent81e2034d4ad935185344030e5ecedbd1388a65e9 (diff)
parent2264fca03e6ce9203baf52d70825ec3bc32f8262 (diff)
downloadzig-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.zig2
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),
};