commit | 4831188890de893ae55d9ecd1bbafc340ce0ff9f | [log] [tgz] |
---|---|---|
author | Michael Gehring <mg@ebfe.org> | Mon Jul 06 11:00:44 2015 +0200 |
committer | Andrew Gerrand <adg@golang.org> | Mon Jul 06 16:48:17 2015 +0000 |
tree | 73b933910ec6dd0e398e054ca4c5c67c82a2404c | |
parent | 2f677ffe0a128ed6d4e3ecb565e4d29a6c6365da [diff] [blame] |
x/crypto/ssh: fix comment Fixes golang/go#11603 Change-Id: I019af73f5e036b47b8bd6c4a5541c06b97b44f11 Reviewed-on: https://go-review.googlesource.com/11866 Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/ssh/connection.go b/ssh/connection.go index 93551e2..979d919 100644 --- a/ssh/connection.go +++ b/ssh/connection.go
@@ -33,7 +33,7 @@ // into the session ID. ClientVersion() []byte - // ServerVersion returns the client's version string as hashed + // ServerVersion returns the server's version string as hashed // into the session ID. ServerVersion() []byte