summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 69f7890..1ca9563 100644
--- a/main.go
+++ b/main.go
@@ -291,7 +291,7 @@ func ICMPReceiver(done <-chan struct{}, af string) (chan interface{}, error) {
defer close(out)
for {
select {
- // read Icmp struct
+ // read ICMP struct
case response := <-recv:
out <- response
case <-done: