aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-12-20 13:59:39 -0800
committerDavid S. Miller <davem@davemloft.net>2007-12-20 13:59:39 -0800
commit5e8e034cc5154abd639aa5c05d13e24e535c6a9c (patch)
tree4d28c765f9fc0a6e909038339f2f13388be6673c /net/dccp/ccids/ccid3.c
parent[NET] include/net/: Spelling fixes (diff)
downloadlinux-dev-5e8e034cc5154abd639aa5c05d13e24e535c6a9c.tar.xz
linux-dev-5e8e034cc5154abd639aa5c05d13e24e535c6a9c.zip
[DCCP]: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/dccp/ccids/ccid3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c
index 19b33586333d..d133416d3970 100644
--- a/net/dccp/ccids/ccid3.c
+++ b/net/dccp/ccids/ccid3.c
@@ -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;