Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit 68406ff

Browse files
change capitalization
1 parent 410fa81 commit 68406ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ func ICMPReceiver(done <-chan struct{}, af string) (chan interface{}, error) {
291291
defer close(out)
292292
for {
293293
select {
294-
// read Icmp struct
294+
// read ICMP struct
295295
case response := <-recv:
296296
out <- response
297297
case <-done:

0 commit comments

Comments
 (0)