Skip to content

Commit

Permalink
ns: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed Aug 14, 2023
1 parent bc6dd77 commit cfc0cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/networkserver/networkserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func makeWindowDurationFunc(d time.Duration) windowDurationFunc {
return func(ctx context.Context) time.Duration { return d }
}

// netIDFunc is a function, which is used by the Network Server to determine it's NetID.
// netIDFunc is a function, which is used by the Network Server to determine its NetID.
type netIDFunc func(ctx context.Context) types.NetID

// makeNetIDFunc returns a netIDFunc, which always returns netID.
Expand All @@ -82,7 +82,7 @@ func makeNetIDFunc(netID types.NetID) netIDFunc {
}
}

// nsIDFunc is a function, which is used by the Network Server to determine it's NSID.
// nsIDFunc is a function, which is used by the Network Server to determine its NSID.
type nsIDFunc func(ctx context.Context) *types.EUI64

// makeNSIDFunc returns a nsIDFunc, which always returns nsID.
Expand Down

0 comments on commit cfc0cc4

Please sign in to comment.