From b4eb62e84990ca053e8b8a280f467f82c70b51cf Mon Sep 17 00:00:00 2001 From: adnano Date: Mon, 28 Sep 2020 02:28:28 -0400 Subject: [PATCH] Update comments --- verify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify.go b/verify.go index 13c6b0f..4871baf 100644 --- a/verify.go +++ b/verify.go @@ -2,7 +2,7 @@ // Modified to allow Common Names in the short term, until new certificates // can be issued with SANs. // -// Also includes the splitHostPort function from net/url package. +// Also includes the splitHostPort function from the net/url package. // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style