Skip to content

Commit

Permalink
NetIPSocketSummary: Fix typo in godoc: UPD→UDP
Browse files Browse the repository at this point in the history
Change "UPD" to "UDP" in the godoc for the Drops field.

Follow-up to commit 9fdfbe8.

Signed-off-by: Miciah Masters <[email protected]>
  • Loading branch information
Miciah authored and discordianfish committed Oct 30, 2024
1 parent 54b2b56 commit 93a635a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net_ip_socket.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type (
// UsedSockets shows the total number of parsed lines representing the
// number of used sockets.
UsedSockets uint64
// Drops shows the total number of dropped packets of all UPD sockets.
// Drops shows the total number of dropped packets of all UDP sockets.
Drops *uint64
}

Expand Down

0 comments on commit 93a635a

Please sign in to comment.