mirror of
https://github.com/golang/go
synced 2024-11-12 10:00:25 -07:00
cmd/link: typo in error message
Change-Id: Ideeef320d6a01a10c89524b6d895a64210a60f64 Reviewed-on: https://go-review.googlesource.com/19693 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: David Crawshaw <crawshaw@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
3a11c8d319
commit
41eb5ca089
@ -951,7 +951,7 @@ func defgotype(gotype *LSym) *DWDie {
|
||||
}
|
||||
|
||||
if !strings.HasPrefix(gotype.Name, "type.") {
|
||||
Diag("dwarf: type name doesn't start with \".type\": %s", gotype.Name)
|
||||
Diag("dwarf: type name doesn't start with \"type.\": %s", gotype.Name)
|
||||
return mustFind(&dwtypes, "<unspecified>")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user