]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: typo
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 24 Jan 2012 19:24:55 +0000 (11:24 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 24 Jan 2012 19:24:55 +0000 (11:24 -0800)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5575049

src/pkg/go/build/dir.go

index 66005455dfc895430ea6eb82cd892ac890bfc4f8..d49846f7d4dea114305d2a2da713509e85dcf6cd 100644 (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:
 //