Fix a typo: s/iff/if/

Sponsored by:	    Limelight Networks
This commit is contained in:
hiren 2015-06-22 21:53:55 +00:00
parent 8268008ef4
commit 36e0fd586d

View File

@ -2476,7 +2476,7 @@ tcp_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so,
/*
* Compute the amount of data in flight first.
* We can inject new data into the pipe iff
* We can inject new data into the pipe if
* we have less than 1/2 the original window's
* worth of data in flight.
*/