|
@@ -239,7 +239,7 @@ static void ccid3_hc_tx_no_feedback_timer(unsigned long data)
|
|
|
ccid3_tx_state_name(hctx->ccid3hctx_state),
|
|
|
(unsigned)(hctx->ccid3hctx_x >> 6));
|
|
|
/* The value of R is still undefined and so we can not recompute
|
|
|
- * the timout value. Keep initial value as per [RFC 4342, 5]. */
|
|
|
+ * the timeout value. Keep initial value as per [RFC 4342, 5]. */
|
|
|
t_nfb = TFRC_INITIAL_TIMEOUT;
|
|
|
ccid3_update_send_interval(hctx);
|
|
|
break;
|