From: guoguangwu Date: Thu, 29 Feb 2024 01:50:51 +0000 (+0000) Subject: internal/trace: fix typo in comment X-Git-Tag: go1.23rc1~1038 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8570aaaf1a1f6cf18c146d7f66016b491847f7f7;p=gostls13.git 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 --- 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