Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
travishegner committed Feb 13, 2018
1 parent 5e42c0e commit 8ec0b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iputil.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func init() {
rand.Seed(time.Now().UTC().UnixNano())
}

// SubnetEqualSubnet returns if to IPNets are equal
// SubnetEqualSubnet returns true if to IPNets are equal
// nil is considered to be a global supernet "0.0.0.0/0" or "::/0"
func SubnetEqualSubnet(net1, net2 *net.IPNet) bool {
if net1 == nil && net2 == nil {
Expand Down

0 comments on commit 8ec0b59

Please sign in to comment.