aboutsummaryrefslogtreecommitdiff
path: root/ssh/test
diff options
context:
space:
mode:
authorcuishuang <imcusg@gmail.com>2024-06-25 00:01:42 +0800
committerGopher Robot <gobot@golang.org>2024-06-24 16:35:32 +0000
commit1c7450041f58a5e714eb084ae0e670d3576ea9fb (patch)
tree18f3699cda009435f7802b36ec6a80820af5e67d /ssh/test
parentd4e7c9cb6cb8bb64ad4a1988cd26328ef6cb9023 (diff)
downloadgo-x-crypto-1c7450041f58a5e714eb084ae0e670d3576ea9fb.tar.xz
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>
Diffstat (limited to 'ssh/test')
-rw-r--r--ssh/test/server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/test/server_test.go b/ssh/test/server_test.go
index e70241b..5c04fba 100644
--- a/ssh/test/server_test.go
+++ b/ssh/test/server_test.go
@@ -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 {