From: Brad Fitzpatrick Date: Tue, 24 Jan 2012 19:24:55 +0000 (-0800) Subject: go/build: typo X-Git-Tag: weekly.2012-01-27~74 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fce2416b135b47119ceb9171aa5ddc3326346206;p=gostls13.git go/build: typo R=golang-dev, r CC=golang-dev https://golang.org/cl/5575049 --- diff --git a/src/pkg/go/build/dir.go b/src/pkg/go/build/dir.go index 66005455df..d49846f7d4 100644 --- a/src/pkg/go/build/dir.go +++ b/src/pkg/go/build/dir.go @@ -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: //