Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix a typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/fcc553e4abd2
branches:  trunk
changeset: 368708:fcc553e4abd2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jul 29 15:24:28 2022 +0000

description:
Fix a typo in a comment.

diffstat:

 sys/net/if.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 884c6fb8889a -r fcc553e4abd2 sys/net/if.c
--- a/sys/net/if.c      Fri Jul 29 15:19:30 2022 +0000
+++ b/sys/net/if.c      Fri Jul 29 15:24:28 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.c,v 1.510 2022/07/29 15:19:30 skrll Exp $   */
+/*     $NetBSD: if.c,v 1.511 2022/07/29 15:24:28 skrll Exp $   */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.510 2022/07/29 15:19:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.511 2022/07/29 15:24:28 skrll Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_inet.h"
@@ -3084,7 +3084,7 @@
 if_export_if_data(ifnet_t * const ifp, struct if_data *ifi, bool zero_stats)
 {
 
-       /* Collet the volatile stats first; this zeros *ifi. */
+       /* Collect the volatile stats first; this zeros *ifi. */
        if_stats_to_if_data(ifp, ifi, zero_stats);
 
        ifi->ifi_type = ifp->if_type;



Home | Main Index | Thread Index | Old Index