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 <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Nicola Murino <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Run-TryBot: shuang cui <[email protected]> Reviewed-by: Joedian Reid <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
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

+1-1
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)