1
0
mirror of https://github.com/golang/go synced 2024-09-25 07:20:12 -06:00

go/build: typo

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5575049
This commit is contained in:
Brad Fitzpatrick 2012-01-24 11:24:55 -08:00
parent 59ae15106a
commit fce2416b13

View File

@ -171,7 +171,7 @@ func ScanDir(dir string) (info *DirInfo, err error) {
// only by blank lines and other line comments.
//
// A build constraint is evaluated as the OR of space-separated options;
// each option evaluates as the AND of ots comma-separated terms;
// each option evaluates as the AND of its comma-separated terms;
// and each term is an alphanumeric word or, preceded by !, its negation.
// That is, the build constraint:
//