--- tcp_cong.c~ Sun Mar 19 21:53:29 2006 +++ tcp_cong.c Tue Mar 28 11:45:40 2006 @@ -223,7 +223,7 @@ /* In dangerous area, increase slowly. */ else if (sysctl_tcp_abc) { - /* RFC3465: Apppriate Byte Count + /* RFC3465: Appropriate Byte Count * increase once for each full cwnd acked */ if (tp->bytes_acked >= tp->snd_cwnd*tp->mss_cache) {