git » spf » commit 51c5931

Rewrite comment to comply with standard practices

author Alberto Bertogli
2018-03-18 09:18:17 UTC
committer Alberto Bertogli
2018-03-18 13:16:26 UTC
parent 92fee7c6aa9d7ee57cae6e9d9a1c0388d65c6813

Rewrite comment to comply with standard practices

spf.go +2 -2

diff --git a/spf.go b/spf.go
index 773ea29..8183f86 100644
--- a/spf.go
+++ b/spf.go
@@ -46,8 +46,8 @@ var (
 	lookupAddr = net.LookupAddr
 )
 
-// Results and Errors. Note the values have meaning, we use them in headers.
-// https://tools.ietf.org/html/rfc7208#section-8
+// The Result of an SPF check. Note the values have meaning, we use them in
+// headers.  https://tools.ietf.org/html/rfc7208#section-8
 type Result string
 
 // Valid results.