Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net fix possible typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/c7b5a6607535
branches:  trunk
changeset: 508395:c7b5a6607535
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Apr 10 22:58:55 2001 +0000

description:
fix possible typo in comment.

diffstat:

 sys/net/if.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2f806ed2dd4d -r c7b5a6607535 sys/net/if.h
--- a/sys/net/if.h      Tue Apr 10 21:52:15 2001 +0000
+++ b/sys/net/if.h      Tue Apr 10 22:58:55 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.h,v 1.67 2001/04/10 21:45:39 thorpej Exp $  */
+/*     $NetBSD: if.h,v 1.68 2001/04/10 22:58:55 enami Exp $    */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -276,7 +276,7 @@
        struct ifprefix *if_prefixlist; /* linked list of prefixes per if */
        void    *if_bridge;             /* bridge glue */
        int     if_dlt;                 /* data link type (<net/dlt.h>) */
-       struct pfil_head if_pfil;       /* filterint point */
+       struct pfil_head if_pfil;       /* filtering point */
 };
 #define        if_mtu          if_data.ifi_mtu
 #define        if_type         if_data.ifi_type



Home | Main Index | Thread Index | Old Index