mirror of
https://github.com/golang/go
synced 2024-11-22 04:04:40 -07:00
go/build: typo
R=golang-dev, r CC=golang-dev https://golang.org/cl/5575049
This commit is contained in:
parent
59ae15106a
commit
fce2416b13
@ -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:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user