diff options
Diffstat (limited to '')
-rw-r--r-- | c_lhosts.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_lhosts.go b/c_lhosts.go index 691625f..2e99264 100644 --- a/c_lhosts.go +++ b/c_lhosts.go @@ -133,7 +133,7 @@ func (lhost *HostList) del(host *HostNode) { } } -// return the list node with the according id +// returns the list node with the according id func (lhost *HostList) sel(id int) *HostNode { curr := lhost.head |