git » go-net » commit a8a071f

ipv4: fix a typo

author Mikio Hara
2016-04-11 10:09:32 UTC
committer Mikio Hara
2016-04-11 18:41:38 UTC
parent f608d985aab3029f822a196761cadcbfe2528771

ipv4: fix a typo

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

ipv4/gen.go +1 -1

diff --git a/ipv4/gen.go b/ipv4/gen.go
index 4785212..0bc7c15 100644
--- a/ipv4/gen.go
+++ b/ipv4/gen.go
@@ -52,7 +52,7 @@ func genzsys() error {
 	if err != nil {
 		return err
 	}
-	// The ipv4 pacakge still supports go1.2, and so we need to
+	// The ipv4 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 {