net: fix typo in parsePort documentation

Change-Id: Ia302d9018690cd26890f874c70bd0c429a4b51f0
Reviewed-on: https://go-review.googlesource.com/78975
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Tobias Klauser 2017-11-21 08:21:11 +01:00 committed by Brad Fitzpatrick
parent bd41c6783b
commit 1a7ce9dd59
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
package net
// parsePort parses service as a decimal interger and returns the
// parsePort parses service as a decimal integer and returns the
// corresponding value as port. It is the caller's responsibility to
// parse service as a non-decimal integer when needsLookup is true.
//