]> Cypherpunks repositories - gostls13.git/commit
internal/trace: fix Sync.ClockSnapshot comment
authorFelix Geisendörfer <felix.geisendoerfer@datadoghq.com>
Mon, 11 Aug 2025 06:33:05 +0000 (08:33 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 12 Aug 2025 18:42:10 +0000 (11:42 -0700)
commitf63e12d0e0f4533af54550d6d049a836fb738147
tree6f0fa3d9d1d425581045ffdadd9d7237ed3282a6
parent8e317da77d151f180b6e006a0e84154576a4a295
internal/trace: fix Sync.ClockSnapshot comment

The old comment said "clocks take in close in time" which was probably
due to rewording this a few times.

Replace the comment with the one of the ClockSnapshot type as there
doesn't seem to be a good reason for using a different wording here.

Change-Id: I6a6a69648c8470c2f45f6f8e728f5dc8b121a82b
Reviewed-on: https://go-review.googlesource.com/c/go/+/694620
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/internal/trace/event.go