summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-23 06:38:11 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-23 06:38:11 +0000
commit2b1148b2768299b6234c567734a8481d882161f5 (patch)
treea3ccb11df3ad7d7f8e329b925017b543ec92b0bd /sys/netinet
parent63a827a47d0a1e8b80ee88ccad2e6e41bac1314d (diff)
Typo.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index e60204f7dc1..bced70a3fbe 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.h,v 1.48 2001/06/23 06:37:31 angelos Exp $ */
+/* $OpenBSD: in.h,v 1.49 2001/06/23 06:38:10 angelos Exp $ */
/* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */
/*
@@ -504,7 +504,7 @@ __END_DECLS
int in_broadcast __P((struct in_addr, struct ifnet *));
int in_canforward __P((struct in_addr));
int in_cksum __P((struct mbuf *, int));
-int in4_cksum __P((strct mbuf *, u_int8_t, int, int));
+int in4_cksum __P((struct mbuf *, u_int8_t, int, int));
int in_localaddr __P((struct in_addr));
void in_socktrim __P((struct sockaddr_in *));
char *inet_ntoa __P((struct in_addr));