Skip to content

Commit 1c74500

Browse files
cuishuanggopherbot
authored andcommitted
ssh/test: make struct comment match struct name
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>
1 parent d4e7c9c commit 1c74500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh/test/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type exitStatusMsg struct {
1414
Status uint32
1515
}
1616

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

0 commit comments

Comments
 (0)