summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2013-04-17 11:45:15 +0000
committergabor <gabor@FreeBSD.org>2013-04-17 11:45:15 +0000
commit188c638b60fe60e70310769b4c68de8ab101ae45 (patch)
tree0bc40bcd45f885e71a3eb81f70ca7998866dbf64 /sys/netinet
parent3d6a89082dd54cd36101ae25fb261f0129a5770d (diff)
downloadFreeBSD-src-188c638b60fe60e70310769b4c68de8ab101ae45.zip
FreeBSD-src-188c638b60fe60e70310769b4c68de8ab101ae45.tar.gz
- Corrrect mispellings of word useful
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index ed00af3..1236d7d 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1060,7 +1060,7 @@ tcp_drain(void)
* XXX: The "Net/3" implementation doesn't imply that the TCP
* reassembly queue should be flushed, but in a situation
* where we're really low on mbufs, this is potentially
- * usefull.
+ * useful.
*/
INP_INFO_RLOCK(&V_tcbinfo);
LIST_FOREACH(inpb, V_tcbinfo.ipi_listhead, inp_list) {
OpenPOWER on IntegriCloud