From 0648fb0f1c1cbe876e643859ec0379544eb5059b Mon Sep 17 00:00:00 2001 From: Kunpei Sakai Date: Fri, 15 Sep 2017 10:24:47 +0900 Subject: [PATCH] all: fix article typos a -> an Change-Id: I7362bdc199e83073a712be657f5d9ba16df3077e Reviewed-on: https://go-review.googlesource.com/63850 Reviewed-by: Rob Pike --- key_agreement.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/key_agreement.go b/key_agreement.go index cf30b43..8edce74 100644 --- a/key_agreement.go +++ b/key_agreement.go @@ -172,7 +172,7 @@ func curveForCurveID(id CurveID) (elliptic.Curve, bool) { } // ecdheRSAKeyAgreement implements a TLS key agreement where the server -// generates a ephemeral EC public/private key pair and signs it. The +// generates an ephemeral EC public/private key pair and signs it. The // pre-master secret is then calculated using ECDH. The signature may // either be ECDSA or RSA. type ecdheKeyAgreement struct {