diff options
Diffstat (limited to 'src/debug/dwarf/typeunit.go')
| -rw-r--r-- | src/debug/dwarf/typeunit.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/dwarf/typeunit.go b/src/debug/dwarf/typeunit.go index 4032cd4745..ed42547386 100644 --- a/src/debug/dwarf/typeunit.go +++ b/src/debug/dwarf/typeunit.go @@ -9,11 +9,11 @@ import ( "strconv" ) -// Parse the type units stored in a DWARF4 .debug_types section. Each +// Parse the type units stored in a DWARF4 .debug_types section. Each // type unit defines a single primary type and an 8-byte signature. // Other sections may then use formRefSig8 to refer to the type. -// The typeUnit format is a single type with a signature. It holds +// The typeUnit format is a single type with a signature. It holds // the same data as a compilation unit. type typeUnit struct { unit |
