summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Owens <Nathan_Owens@cable.comcast.com>2016-02-22 09:05:07 -0500
committerNathan Owens <Nathan_Owens@cable.comcast.com>2016-02-22 09:05:07 -0500
commit68406ff23b7923c046edba830453516efac20c05 (patch)
tree6af303ccf3a38f3b8000be59ab3fc6bae9459e9c
parent410fa81f13587ef35f000df7b0434ef01ad93409 (diff)
downloadfbtracert-68406ff23b7923c046edba830453516efac20c05.zip
fbtracert-68406ff23b7923c046edba830453516efac20c05.tar.gz
fbtracert-68406ff23b7923c046edba830453516efac20c05.tar.bz2
change capitalization
-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: