mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
5dc053b9de
commit
e43c74a0d8
29 changed files with 32 additions and 32 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue