File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ func TestGenerateSpec(t *testing.T) {
6363 }
6464 } else {
6565 if s .Windows == nil {
66- t .Fatal ("Windows section of spec not filled on on Windows platform" )
66+ t .Fatal ("Windows section of spec not filled in on Windows platform" )
6767 }
6868 }
6969
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ func isLinuxOS(os string) bool {
2828 return os == "linux"
2929}
3030
31- // These function are generated from from https://golang.org/src/go/build/syslist.go.
31+ // These function are generated from https://golang.org/src/go/build/syslist.go.
3232//
3333// We use switch statements because they are slightly faster than map lookups
3434// and use a little less memory.
You can’t perform that action at this time.
0 commit comments