git » go-net » commit 589fda7

ipv6: fix a typo

author Mikio Hara
2016-04-11 10:10:08 UTC
committer Mikio Hara
2016-04-11 18:41:48 UTC
parent a8a071f2a681af7d3b1d5a8e7547ee26051ba280

ipv6: fix a typo

Change-Id: I4ce6dfec994252fec3874fb748e0d6b8db97394d
Reviewed-on: https://go-review.googlesource.com/21835
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>

ipv6/gen.go +1 -1

diff --git a/ipv6/gen.go b/ipv6/gen.go
index b1e0ea3..3924b47 100644
--- a/ipv6/gen.go
+++ b/ipv6/gen.go
@@ -52,7 +52,7 @@ func genzsys() error {
 	if err != nil {
 		return err
 	}
-	// The ipv6 pacakge still supports go1.2, and so we need to
+	// The ipv6 package still supports go1.2, and so we need to
 	// take care of additional platforms in go1.3 and above for
 	// working with go1.2.
 	switch {