diff options
Diffstat (limited to 'src/cmd/internal/obj')
| -rw-r--r-- | src/cmd/internal/obj/arm/obj5.go | 2 | ||||
| -rw-r--r-- | src/cmd/internal/obj/mips/obj0.go | 2 | ||||
| -rw-r--r-- | src/cmd/internal/obj/x86/obj6.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/internal/obj/arm/obj5.go b/src/cmd/internal/obj/arm/obj5.go index 1a51dc3b88..c5af929b14 100644 --- a/src/cmd/internal/obj/arm/obj5.go +++ b/src/cmd/internal/obj/arm/obj5.go @@ -55,7 +55,7 @@ func progedit(ctxt *obj.Link, p *obj.Prog) { } } - // Replace TLS register fetches on older ARM procesors. + // Replace TLS register fetches on older ARM processors. switch p.As { // Treat MRC 15, 0, <reg>, C13, C0, 3 specially. case AMRC: diff --git a/src/cmd/internal/obj/mips/obj0.go b/src/cmd/internal/obj/mips/obj0.go index a3ccad2764..fccff707be 100644 --- a/src/cmd/internal/obj/mips/obj0.go +++ b/src/cmd/internal/obj/mips/obj0.go @@ -1234,7 +1234,7 @@ func markregused(ctxt *obj.Link, s *Sch) { } /* - * test to see if 2 instrictions can be + * test to see if two instructions can be * interchanged without changing semantics */ func depend(ctxt *obj.Link, sa, sb *Sch) bool { diff --git a/src/cmd/internal/obj/x86/obj6.go b/src/cmd/internal/obj/x86/obj6.go index 55ddfe108c..6332b7e4d9 100644 --- a/src/cmd/internal/obj/x86/obj6.go +++ b/src/cmd/internal/obj/x86/obj6.go @@ -189,7 +189,7 @@ func progedit(ctxt *obj.Link, p *obj.Prog) { } } - // Rewrite 0 to $0 in 3rd argment to CMPPS etc. + // Rewrite 0 to $0 in 3rd argument to CMPPS etc. // That's what the tables expect. switch p.As { case ACMPPD, ACMPPS, ACMPSD, ACMPSS: |
