From c56d49bb736fb69d95287b094e048851c0ec8419 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 4 May 2017 14:08:21 +0200 Subject: [PATCH] Improve docstring of the history_received field. --- src/oping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0