From: Kevin Burke Date: Mon, 21 Aug 2017 00:27:42 +0000 (-0700) Subject: time: fix grammar/spelling errors in test comment X-Git-Tag: go1.10beta1~1429 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3dd1b0d07cda613d421990a5ddef55c33f6afc96;p=gostls13.git time: fix grammar/spelling errors in test comment Change-Id: I159bd1313e617c929008f6ac54ec7d702293360b Reviewed-on: https://go-review.googlesource.com/57430 Reviewed-by: Ian Lance Taylor --- 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()