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 }