Skip to content

Commit

Permalink
internal/quic/qlog: fix typo
Browse files Browse the repository at this point in the history
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
  • Loading branch information
btwiuse authored and gopherbot committed Jan 31, 2024
1 parent 0d0b98c commit b2208d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/quic/qlog/qlog.go
Expand Up @@ -29,7 +29,7 @@ const (
// VantageClient traces follow a connection from the client's perspective.
VantageClient = Vantage("client")

// VantageClient traces follow a connection from the server's perspective.
// VantageServer traces follow a connection from the server's perspective.
VantageServer = Vantage("server")
)

Expand Down

0 comments on commit b2208d0

Please sign in to comment.