From 8570aaaf1a1f6cf18c146d7f66016b491847f7f7 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Thu, 29 Feb 2024 01:50:51 +0000 Subject: [PATCH] internal/trace: fix typo in comment Change-Id: I7c82426ea9eb8ed100af08cd5aa302e9582055b3 GitHub-Last-Rev: 23535cd52f03ec611c8a11b4ac3993137cbc6655 GitHub-Pull-Request: golang/go#66013 Reviewed-on: https://go-review.googlesource.com/c/go/+/568075 Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Carlos Amedee --- src/internal/trace/v2/trace_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/trace/v2/trace_test.go b/src/internal/trace/v2/trace_test.go index aff57d809f..2514f796c8 100644 --- a/src/internal/trace/v2/trace_test.go +++ b/src/internal/trace/v2/trace_test.go @@ -554,7 +554,7 @@ func testTraceProg(t *testing.T, progName string, extra func(t *testing.T, trace } // Capture stdout and stderr. // - // The protoocol for these programs is that stdout contains the trace data + // The protocol for these programs is that stdout contains the trace data // and stderr is an expectation in string format. var traceBuf, errBuf bytes.Buffer cmd.Stdout = &traceBuf -- 2.48.1