Skip to content

Commit

Permalink
Fixes comment wording for networkSubnet method on state.Subnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
manadart committed Jul 8, 2021
1 parent e8190b1 commit aafa13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/subnets.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func (st *State) AllSubnetInfos() (network.SubnetInfos, error) {

// networkSubnet maps the subnet fields into a network.SubnetInfo.
// Note that this method should not be exported.
// It is only called for on subnets are guaranteed, if Fan overlays,
// It is only called on subnets that are guaranteed, if Fan overlays,
// to have had their space IDs correctly set based on their underlays.
// Calling it on an overlay not processed in this way will yield a
// space ID of "0", which may be incorrect.
Expand Down

0 comments on commit aafa13c

Please sign in to comment.