Skip to content

Commit b2208d0

Browse files
btwiusegopherbot
authored andcommitted
internal/quic/qlog: fix typo
VantageClient -> VantageServer Change-Id: Ie9738cffb06f03f961815853247e6f9cbe7fe466 GitHub-Last-Rev: 5d440ad GitHub-Pull-Request: #202 Reviewed-on: https://go-review.googlesource.com/c/net/+/555795 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Damien Neil <[email protected]> Auto-Submit: Damien Neil <[email protected]>
1 parent 0d0b98c commit b2208d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/quic/qlog/qlog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
// VantageClient traces follow a connection from the client's perspective.
3030
VantageClient = Vantage("client")
3131

32-
// VantageClient traces follow a connection from the server's perspective.
32+
// VantageServer traces follow a connection from the server's perspective.
3333
VantageServer = Vantage("server")
3434
)
3535

0 commit comments

Comments
 (0)