File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ create_client_timers(struct iperf_test * test)
208208 if (duration != 0 ) {
209209 /**
210210 * The duration of the measurement should only be overridden if it exceeds the duration set by the server or
211- * of no duration is set on the server.
211+ * if no duration is set on the server.
212212 *
213213 */
214214 if (test -> server_duration > 0 && test -> server_duration < duration ) {
@@ -220,7 +220,7 @@ create_client_timers(struct iperf_test * test)
220220 if (test -> timer == NULL ) {
221221 i_errno = IEINITTEST ;
222222 return -1 ;
223- }
223+ }
224224 }
225225
226226 if (test -> stats_interval != 0 ) {
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ create_server_timers(struct iperf_test * test)
360360 if (duration != 0 ) {
361361 /**
362362 * The duration of the measurement should only be overridden if it exceeds the duration set by the server or
363- * of no duration is set on the server.
363+ * if no duration is set on the server.
364364 *
365365 */
366366 if (test -> server_duration > 0 && test -> server_duration < duration ) {
You can’t perform that action at this time.
0 commit comments