diff options
-rw-r--r-- | src/pkg/testing/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/testing/testing.go b/src/pkg/testing/testing.go index f917004e8..5bdbd8aa2 100644 --- a/src/pkg/testing/testing.go +++ b/src/pkg/testing/testing.go @@ -6,7 +6,7 @@ // It is intended to be used in concert with the ``gotest'' utility, which automates // execution of any function of the form // func TestXxx(*testing.T) -// where Xxx can by any alphanumeric string (but the first letter must not be in +// where Xxx can be any alphanumeric string (but the first letter must not be in // [a-z]) and serves to identify the test routine. // These TestXxx routines should be declared within the package they are testing. // |