summaryrefslogtreecommitdiff
path: root/libgo/go/debug/dwarf/type_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/debug/dwarf/type_test.go')
-rw-r--r--libgo/go/debug/dwarf/type_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/debug/dwarf/type_test.go b/libgo/go/debug/dwarf/type_test.go
index ad6308deba..0283466f08 100644
--- a/libgo/go/debug/dwarf/type_test.go
+++ b/libgo/go/debug/dwarf/type_test.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
@@ -34,7 +34,7 @@ var typedefTests = map[string]string{
}
// As Apple converts gcc to a clang-based front end
-// they keep breaking the DWARF output. This map lists the
+// they keep breaking the DWARF output. This map lists the
// conversion from real answer to Apple answer.
var machoBug = map[string]string{
"func(*char, ...) void": "func(*char) void",