]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgo/go/time/time.go
libgo: update to Go1.14beta1
[thirdparty/gcc.git] / libgo / go / time / time.go
index 0d1cb9e5a153cda1dd3e71ee0ae11736dbe185f9..10a132fa2389188ef792b0beb21b342da47fd95f 100644 (file)
@@ -257,7 +257,7 @@ func (t Time) Before(u Time) bool {
 
 // Equal reports whether t and u represent the same time instant.
 // Two times can be equal even if they are in different locations.
-// For example, 6:00 +0200 CEST and 4:00 UTC are Equal.
+// For example, 6:00 +0200 and 4:00 UTC are Equal.
 // See the documentation on the Time type for the pitfalls of using == with
 // Time values; most code should use Equal instead.
 func (t Time) Equal(u Time) bool {