aboutsummaryrefslogtreecommitdiffstats
path: root/c_lhosts.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-10 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-10 20:20:20 +0100
commit57d51f7de31da84b0aeece71d07fdabc25019968 (patch)
treedfc2134697009cb8cd4d7edb3bc1ed29877036ae /c_lhosts.go
parentfolding ye (diff)
downloadhardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.gz
hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.bz2
hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.xz
hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.zst
hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.zip
cleanup
Diffstat (limited to 'c_lhosts.go')
-rw-r--r--c_lhosts.go2
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