Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/127587cb3ab6
branches: trunk
changeset: 515070:127587cb3ab6
user: martin <martin%NetBSD.org@localhost>
date: Sun Sep 16 08:49:50 2001 +0000
description:
Fix typo in comment.
diffstat:
sys/netinet/in.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5da68828adbc -r 127587cb3ab6 sys/netinet/in.c
--- a/sys/netinet/in.c Sun Sep 16 08:19:06 2001 +0000
+++ b/sys/netinet/in.c Sun Sep 16 08:49:50 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: in.c,v 1.68 2001/07/27 02:04:08 itojun Exp $ */
+/* $NetBSD: in.c,v 1.69 2001/09/16 08:49:50 martin Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -917,7 +917,7 @@
/*
* 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
*/
if (ia->ia_flags & IFA_ROUTE)
return 0;
Home |
Main Index |
Thread Index |
Old Index