We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1c670 commit 0ee8a55Copy full SHA for 0ee8a55
src/cmd/compile/internal/ssa/prove.go
@@ -58,7 +58,7 @@ func (r relation) String() string {
58
}
59
60
// domain represents the domain of a variable pair in which a set
61
-// of relations is known. For example, relations learned for unsigned
+// of relations is known. For example, relations learned for unsigned
62
// pairs cannot be transferred to signed pairs because the same bit
63
// representation can mean something else.
64
type domain uint
@@ -625,7 +625,7 @@ var (
625
// For example:
626
// OpLess8: {signed, lt},
627
// v1 = (OpLess8 v2 v3).
628
- // If v1 branch is taken than we learn that the rangeMaks
+ // If v1 branch is taken then we learn that the rangeMask
629
// can be at most lt.
630
domainRelationTable = map[Op]struct {
631
d domain
0 commit comments