From c61c58937862d982207d1b0ebd93a312764394b5 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 26 Sep 2025 22:29:36 +0100 Subject: [PATCH] Typo correction in the comment. --- src/pv/watchpid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pv/watchpid.c b/src/pv/watchpid.c index 032778a..de78e23 100644 --- a/src/pv/watchpid.c +++ b/src/pv/watchpid.c @@ -500,8 +500,8 @@ int pv_watchpid_scanfds(pvstate_t state, info_array[use_idx].watch_fd = fd; /* - * Set set the average rate window so that a new history - * buffer is allocated for this state. + * Set the average rate window so that a new history buffer + * is allocated for this state. */ (void) pv_update_calc_average_rate_window(&(info_array[use_idx].calc), state->control.average_rate_window);