all: use cannot instead of can not

You can not use cannot, but you cannot spell cannot can not.

Change-Id: I2f0971481a460804de96fd8c9e46a9cc62a3fc5b
Reviewed-on: https://go-review.googlesource.com/19772
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2016-01-27 12:49:13 -08:00
parent 5dc053b9de
commit e43c74a0d8
29 changed files with 32 additions and 32 deletions

View file

@ -30,7 +30,7 @@ type fixalloc struct {
}
// A generic linked list of blocks. (Typically the block is bigger than sizeof(MLink).)
// Since assignments to mlink.next will result in a write barrier being preformed
// Since assignments to mlink.next will result in a write barrier being performed
// this cannot be used by some of the internal GC structures. For example when
// the sweeper is placing an unmarked object on the free list it does not want the
// write barrier to be called since that could result in the object being reachable.

View file

@ -261,7 +261,7 @@ cont:
MOVW R1, 24(R6)
// switch stack and g
MOVW R6, R13 // sigtramp can not re-entrant, so no need to back up R13.
MOVW R6, R13 // sigtramp is not re-entrant, so no need to back up R13.
MOVW R5, g
BL (R0)

View file

@ -245,7 +245,7 @@ cont:
MOVD R1, 48(R6)
// switch stack and g
MOVD R6, RSP // sigtramp can not re-entrant, so no need to back up RSP.
MOVD R6, RSP // sigtramp is not re-entrant, so no need to back up RSP.
MOVD R5, g
BL (R0)