all: fix spelling mistakes

Signed-off-by: Eric Engestrom <eric@engestrom.ch>

Change-Id: I91873aaebf79bdf1c00d38aacc1a1fb8d79656a7
Reviewed-on: https://go-review.googlesource.com/21433
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Eric Engestrom 2016-04-03 12:43:27 +01:00 committed by Ian Lance Taylor
parent 1f7e55e418
commit 7a8caf7d43
24 changed files with 31 additions and 31 deletions

View file

@ -1229,7 +1229,7 @@ func markregused(ctxt *obj.Link, s *Sch) {
s.used.ireg |= 1 << uint(c-REG_R0)
}
}
s.set.ireg &^= (1 << (REGZERO - REG_R0)) /* R0 cant be set */
s.set.ireg &^= (1 << (REGZERO - REG_R0)) /* R0 can't be set */
}
/*
@ -1400,7 +1400,7 @@ loop:
r = ctxt.NewProg()
*r = *p
if r.Mark&FOLL == 0 {
fmt.Printf("cant happen 1\n")
fmt.Printf("can't happen 1\n")
}
r.Mark |= FOLL
if p != q {
@ -1425,7 +1425,7 @@ loop:
xfol(ctxt, r.Link, last)
}
if r.Pcond.Mark&FOLL == 0 {
fmt.Printf("cant happen 2\n")
fmt.Printf("can't happen 2\n")
}
return
}