From 5cc5e2921d48637070fe4fa22a7973dae0444e3f Mon Sep 17 00:00:00 2001 From: Maximiliano Churichi Date: Sat, 25 May 2019 10:57:11 -0300 Subject: [PATCH] Fix TTL comment --- ping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ping.go b/ping.go index e7f19ec..8db1f7c 100644 --- a/ping.go +++ b/ping.go @@ -174,7 +174,7 @@ type Packet struct { // Seq is the ICMP sequence number. Seq int - // TTL is the TTL on the packet + // TTL is the Time To Live on the packet. Ttl int }