File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1869,7 +1869,7 @@ func TestTaskQueueBuilder_ApplyPruneBuild(t *testing.T) {
1869
1869
}
1870
1870
}
1871
1871
1872
- // waitTaskComparer allows comparion of WaitTasks, ignoring private fields.
1872
+ // waitTaskComparer allows comparison of WaitTasks, ignoring private fields.
1873
1873
func waitTaskComparer () cmp.Option {
1874
1874
return cmp .Comparer (func (x , y * taskrunner.WaitTask ) bool {
1875
1875
if x == nil {
@@ -1886,7 +1886,7 @@ func waitTaskComparer() cmp.Option {
1886
1886
})
1887
1887
}
1888
1888
1889
- // fakeClientComparer allows comparion of inventory.FakeClient, ignoring objs.
1889
+ // fakeClientComparer allows comparison of inventory.FakeClient, ignoring objs.
1890
1890
func fakeClientComparer () cmp.Option {
1891
1891
return cmp .Comparer (func (x , y * inventory.FakeClient ) bool {
1892
1892
if x == nil {
@@ -1899,7 +1899,7 @@ func fakeClientComparer() cmp.Option {
1899
1899
})
1900
1900
}
1901
1901
1902
- // inventoryInfoComparer allows comparion of inventory.Info, ignoring impl.
1902
+ // inventoryInfoComparer allows comparison of inventory.Info, ignoring impl.
1903
1903
func inventoryInfoComparer () cmp.Option {
1904
1904
return cmp .Comparer (func (x , y inventory.Info ) bool {
1905
1905
return x .ID () == y .ID () &&
Original file line number Diff line number Diff line change @@ -1629,7 +1629,7 @@ func containsEdge(edges []Edge, edge Edge) bool {
1629
1629
return false
1630
1630
}
1631
1631
1632
- // waitTaskComparer allows comparion of WaitTasks, ignoring private fields.
1632
+ // waitTaskComparer allows comparison of WaitTasks, ignoring private fields.
1633
1633
func graphComparer () cmp.Option {
1634
1634
return cmp .Comparer (func (x , y * Graph ) bool {
1635
1635
if x == nil {
You can’t perform that action at this time.
0 commit comments