runtime/trace: fix documentation typo

Change-Id: I3d8dc20536c7a1fb4b1d895fcf989f86bf45f499
GitHub-Last-Rev: 234aea60e2
GitHub-Pull-Request: golang/go#74991
Reviewed-on: https://go-review.googlesource.com/c/go/+/695535
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: qiu laidongfeng <2645477756@qq.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
Alexey Palazhchenko 2025-08-13 06:37:55 +00:00 committed by Gopher Robot
parent 2fe5d51d04
commit 08eef97500

View file

@ -158,7 +158,7 @@ type FlightRecorderConfig struct {
// //
// The flight recorder will strive to promptly discard events older than the minimum age, // The flight recorder will strive to promptly discard events older than the minimum age,
// but older events may appear in the window snapshot. The age setting will always be // but older events may appear in the window snapshot. The age setting will always be
// overridden by MaxSize. // overridden by MaxBytes.
// //
// If this is 0, the minimum age is implementation defined, but can be assumed to be on the order // If this is 0, the minimum age is implementation defined, but can be assumed to be on the order
// of seconds. // of seconds.