summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2013-01-17 00:48:04 +0000
committerhenning <henning@openbsd.org>2013-01-17 00:48:04 +0000
commitf8db2aa21459fb234673186b65bf4c7c9bcad7d3 (patch)
treef55d0cfe114bf22140238f3f383b35facdb624c5 /sys/netinet/tcp_input.c
parentfix an error in the amd64 asm unhibernate code and a slight adjustment to (diff)
downloadwireguard-openbsd-f8db2aa21459fb234673186b65bf4c7c9bcad7d3.tar.xz
wireguard-openbsd-f8db2aa21459fb234673186b65bf4c7c9bcad7d3.zip
first or second coming, commie or not commie, one m in coming is sufficient
ok claudio
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 39651b9231c..c82d2e79e16 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_input.c,v 1.253 2012/07/16 18:05:36 markus Exp $ */
+/* $OpenBSD: tcp_input.c,v 1.254 2013/01/17 00:48:04 henning Exp $ */
/* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */
/*
@@ -176,7 +176,7 @@ do { \
* Macro to compute ACK transmission behavior. Delay the ACK unless
* we have already delayed an ACK (must send an ACK every two segments).
* We also ACK immediately if we received a PUSH and the ACK-on-PUSH
- * option is enabled or when the packet is comming from a loopback
+ * option is enabled or when the packet is coming from a loopback
* interface.
*/
#define TCP_SETUP_ACK(tp, tiflags, m) \