diff options
Diffstat (limited to 'sys/netinet/in.c')
| -rw-r--r-- | sys/netinet/in.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c index e7db8861f4f..959f15b6db9 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in.c,v 1.51 2007/10/01 16:39:30 krw Exp $ */ +/* $OpenBSD: in.c,v 1.52 2008/06/04 18:11:35 miod Exp $ */ /* $NetBSD: in.c,v 1.26 1996/02/13 23:41:39 christos Exp $ */ /* @@ -811,7 +811,7 @@ in_addprefix(target, flags) #endif /* * if we got a matching prefix route inserted by other - * interface adderss, we don't need to bother + * interface address, we don't need to bother */ return 0; } |
