mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix a bunch of misspellings
Change-Id: If2954bdfc551515403706b2cd0dde94e45936e08
GitHub-Last-Rev: d4cfc41a55
GitHub-Pull-Request: golang/go#28049
Reviewed-on: https://go-review.googlesource.com/c/140299
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:
parent
9f193fbe31
commit
f90e89e675
40 changed files with 44 additions and 44 deletions
|
|
@ -114,7 +114,7 @@ type posetNode struct {
|
|||
// given that non-equality is not transitive, the only effect is that a later call
|
||||
// to SetEqual for the same values will fail. NonEqual checks whether it is known that
|
||||
// the nodes are different, either because SetNonEqual was called before, or because
|
||||
// we know that that they are strictly ordered.
|
||||
// we know that they are strictly ordered.
|
||||
//
|
||||
// It is implemented as a forest of DAGs; in each DAG, if node A dominates B,
|
||||
// it means that A<B. Equality is represented by mapping two SSA values to the same
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue