Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YairSlobodin1 committed Dec 11, 2024
1 parent 007a252 commit 8fe73c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/netset/ipblock.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (b *IPBlock) IsSingleIPAddress() bool {
}

// Smaller returns true if this ipblock is smaller than other ipblock, and false o.w
// smaller means the this.firstIP is smaller than other.firstIP
// smaller == this.firstIP is smaller than other.firstIP
// if this.firstIP is equal to other.firstIP, decide by the lastIP
func (b *IPBlock) Smaller(other *IPBlock) bool {
if b.ipRange.Min() == other.ipRange.Min() {
Expand Down

0 comments on commit 8fe73c9

Please sign in to comment.