Typo correction in the comment.

This commit is contained in:
Andrew Wood
2025-09-26 22:29:36 +01:00
parent c688987087
commit c61c589378
+2 -2
View File
@@ -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);