Source-Changes-HG archive

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

[src/trunk]: src/sys/net Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/8e6b24d66213
branches:  trunk
changeset: 370145:8e6b24d66213
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Sep 18 16:58:54 2022 +0000

description:
Typo in comment

diffstat:

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

diffs (18 lines):

diff -r efa5f7948c50 -r 8e6b24d66213 sys/net/if.h
--- a/sys/net/if.h      Sun Sep 18 15:57:13 2022 +0000
+++ b/sys/net/if.h      Sun Sep 18 16:58:54 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.h,v 1.301 2022/09/03 02:47:59 thorpej Exp $ */
+/*     $NetBSD: if.h,v 1.302 2022/09/18 16:58:54 martin Exp $  */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -393,7 +393,7 @@
        void            *if_pf_groups;  /* ?: pf interface groups */
        /*
         * During an ifnet's lifetime, it has only one if_index, but
-        * and if_index is not sufficient to identify an ifnet
+        * an if_index is not sufficient to identify an ifnet
         * because during the lifetime of the system, many ifnets may occupy a
         * given if_index.  Let us tell different ifnets at the same
         * if_index apart by their if_index_gen, a unique number that each ifnet



Home | Main Index | Thread Index | Old Index