summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-10-24 09:18:26 +0000
committerrwatson <rwatson@FreeBSD.org>2009-10-24 09:18:26 +0000
commita5668d204285526655d8539a9c4d8cc80a15fdf5 (patch)
treea68bb04718cb903d8da67f511e75cbf949fb79bc /sys/netinet/ip_input.c
parentbefdc81d083011340626abe7cdeedb4759eb45e0 (diff)
downloadFreeBSD-src-a5668d204285526655d8539a9c4d8cc80a15fdf5.zip
FreeBSD-src-a5668d204285526655d8539a9c4d8cc80a15fdf5.tar.gz
Correct spelling typo in ip_input comment.
Pointed out by: N.J. Mann <njm at njm.me.uk>, John Nielsen <john at jnielsen.net>, julian (!), lstewart MFC after: 2 days
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 5e87467..8ffa01a 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -531,7 +531,7 @@ tooshort:
if ((dchg = (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL)) != 0) {
/*
* Directly ship the packet on. This allows forwarding
- * packets originally destined to us to ome other directly
+ * packets originally destined to us to some other directly
* connected host.
*/
ip_forward(m, dchg);
OpenPOWER on IntegriCloud