aboutsummaryrefslogtreecommitdiff
path: root/src/time/time_test.go
diff options
context:
space:
mode:
authorKevin Burke <kev@inburke.com>2017-08-20 17:27:42 -0700
committerKevin Burke <kev@inburke.com>2017-08-21 17:52:45 +0000
commit3dd1b0d07cda613d421990a5ddef55c33f6afc96 (patch)
tree8480b2e28771cc2f9a2011bfe3c6e08a88dc521e /src/time/time_test.go
parent9bf521b2b467f00f21752cafd97cadabbc2e8879 (diff)
downloadgo-3dd1b0d07cda613d421990a5ddef55c33f6afc96.tar.gz
go-3dd1b0d07cda613d421990a5ddef55c33f6afc96.zip
time: fix grammar/spelling errors in test comment
Change-Id: I159bd1313e617c929008f6ac54ec7d702293360b Reviewed-on: https://go-review.googlesource.com/57430 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/time/time_test.go')
-rw-r--r--src/time/time_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/time/time_test.go b/src/time/time_test.go
index 00ced4ba9b..fd464c0b18 100644
--- a/src/time/time_test.go
+++ b/src/time/time_test.go
@@ -1203,8 +1203,8 @@ var defaultLocTests = []struct {
}
func TestDefaultLoc(t *testing.T) {
- //This test verifyes that all Time's methods behaves identical if loc is set
- //as nil or UTC
+ // Verify that all of Time's methods behave identically if loc is set to
+ // nil or UTC.
for _, tt := range defaultLocTests {
t1 := Time{}
t2 := Time{}.UTC()