Module Name: src Committed By: martin Date: Sun Sep 18 16:58:54 UTC 2022
Modified Files: src/sys/net: if.h Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.301 -r1.302 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/if.h diff -u src/sys/net/if.h:1.301 src/sys/net/if.h:1.302 --- src/sys/net/if.h:1.301 Sat Sep 3 02:47:59 2022 +++ src/sys/net/if.h Sun Sep 18 16:58:54 2022 @@ -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 @@ typedef struct ifnet { 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