Skip to content

Commit

Permalink
ssh/test: make struct comment match struct name
Browse files Browse the repository at this point in the history
Change-Id: I9bfd61fe96d2bdaa890379a1a31b7e0f3f2b67ed
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/594435
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Nicola Murino <nicola.murino@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Joedian Reid <joedian@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
cuishuang authored and gopherbot committed Jun 24, 2024
1 parent d4e7c9c commit 1c74500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/test/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type exitStatusMsg struct {
Status uint32
}

// goServer is a test Go SSH server that accepts public key and certificate
// goTestServer is a test Go SSH server that accepts public key and certificate
// authentication and replies with a 0 exit status to any exec request without
// running any commands.
type goTestServer struct {
Expand Down

0 comments on commit 1c74500

Please sign in to comment.