summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-02-13 01:29:47 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-02-13 01:29:47 +0000
commit64b425b69d7ce5f938212239c7e464017642976c (patch)
tree77cca851632ec5b0f37fdb166666166abf877cb0
parentd5366479fe46032672276cda6da0d480662446de (diff)
typo, lenght -> length
-rw-r--r--sys/netinet/ip_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 82a04cef6bc..214635ed801 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_input.c,v 1.115 2003/12/10 07:22:43 itojun Exp $ */
+/* $OpenBSD: ip_input.c,v 1.116 2004/02/13 01:29:46 brad Exp $ */
/* $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $ */
/*
@@ -360,7 +360,7 @@ ipv4_input(m)
ipstat.ips_inhwcsum++;
}
- /* Retrieve the packet lenght. */
+ /* Retrieve the packet length. */
len = ntohs(ip->ip_len);
/*