Commit fce2416b authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

go/build: typo

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5575049
parent 59ae1510
...@@ -171,7 +171,7 @@ func ScanDir(dir string) (info *DirInfo, err error) { ...@@ -171,7 +171,7 @@ func ScanDir(dir string) (info *DirInfo, err error) {
// only by blank lines and other line comments. // only by blank lines and other line comments.
// //
// A build constraint is evaluated as the OR of space-separated options; // 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. // and each term is an alphanumeric word or, preceded by !, its negation.
// That is, the build constraint: // That is, the build constraint:
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment