diff options
| author | mlugg <mlugg@mlugg.co.uk> | 2025-09-05 15:18:18 +0100 |
|---|---|---|
| committer | mlugg <mlugg@mlugg.co.uk> | 2025-09-30 13:44:51 +0100 |
| commit | d4f710791f88c29e08659241e7976c08fe05ba49 (patch) | |
| tree | 1279798b9db864390187ecbd1a9e34276e4bc0d0 /lib/std/debug/Dwarf.zig | |
| parent | 67fa5664b71202a2b288aa94b9c1bf10de9bdac3 (diff) | |
| download | zig-d4f710791f88c29e08659241e7976c08fe05ba49.tar.gz zig-d4f710791f88c29e08659241e7976c08fe05ba49.zip | |
tweaks
Diffstat (limited to 'lib/std/debug/Dwarf.zig')
| -rw-r--r-- | lib/std/debug/Dwarf.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/debug/Dwarf.zig b/lib/std/debug/Dwarf.zig index f50b9ed163..8efba51bee 100644 --- a/lib/std/debug/Dwarf.zig +++ b/lib/std/debug/Dwarf.zig @@ -56,7 +56,7 @@ pub const Range = struct { pub const Section = struct { data: []const u8, - // If `data` is owned by this Dwarf. + /// If `data` is owned by this Dwarf. owned: bool, pub const Id = enum { |
