X-Git-Url: https://git.octo.it/?p=liboping.git;a=blobdiff_plain;f=src%2Foping.c;h=528c90d1e25930077472719056ed6a8112ab3ad3;hp=adf769fbac969f34cfdcc1d959df016ddf0a6dbe;hb=c56d49bb736fb69d95287b094e048851c0ec8419;hpb=2fabff13f11d9fd7ef8187546630f54f003ee4d9 diff --git a/src/oping.c b/src/oping.c index adf769f..528c90d 100644 --- a/src/oping.c +++ b/src/oping.c @@ -178,7 +178,7 @@ typedef struct ping_context * and HISTORY_SIZE_MAX. */ size_t history_size; - /* Number "received" entries in the history, i.e. non-NAN entries. */ + /* Total number of reponses received. */ size_t history_received; /* Index of the next RTT to be written to history_by_time. This wraps