From 1c7450041f58a5e714eb084ae0e670d3576ea9fb Mon Sep 17 00:00:00 2001 From: cuishuang Date: Tue, 25 Jun 2024 00:01:42 +0800 Subject: [PATCH] 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 Auto-Submit: Ian Lance Taylor Reviewed-by: Nicola Murino LUCI-TryBot-Result: Go LUCI Run-TryBot: shuang cui Reviewed-by: Joedian Reid TryBot-Result: Gopher Robot --- ssh/test/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/test/server_test.go b/ssh/test/server_test.go index e70241bc6e..5c04fba98c 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 {