]> Cypherpunks repositories - gostls13.git/commitdiff
internal/trace: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Thu, 29 Feb 2024 01:50:51 +0000 (01:50 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 29 Feb 2024 18:45:07 +0000 (18:45 +0000)
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 <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/internal/trace/v2/trace_test.go

index aff57d809f0fda316a72946da9032dddff2b9b2d..2514f796c86862d06995c8a49b8168a731da979c 100644 (file)
@@ -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