all: fix typos and spelling

Change-Id: Icd06d99c42b8299fd931c7da821e1f418684d913
Reviewed-on: https://go-review.googlesource.com/19829
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Martin Möhrmann 2016-02-24 11:55:20 +01:00 committed by Brad Fitzpatrick
parent 4feb47bc76
commit fdd0179bb1
92 changed files with 115 additions and 115 deletions

View file

@ -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 {