Source-Changes-HG archive

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

[src/trunk]: src/sys/net Typos in comments. NFCI.



details:   https://anonhg.NetBSD.org/src/rev/b24145b4058a
branches:  trunk
changeset: 455965:b24145b4058a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Apr 20 22:16:47 2019 +0000

description:
Typos in comments.  NFCI.

diffstat:

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

diffs (36 lines):

diff -r 39ae6cf4825e -r b24145b4058a sys/net/if.c
--- a/sys/net/if.c      Sat Apr 20 17:31:22 2019 +0000
+++ b/sys/net/if.c      Sat Apr 20 22:16:47 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.c,v 1.450 2019/04/16 04:31:43 msaitoh Exp $ */
+/*     $NetBSD: if.c,v 1.451 2019/04/20 22:16:47 pgoyette 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.450 2019/04/16 04:31:43 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.451 2019/04/20 22:16:47 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_inet.h"
@@ -3158,7 +3158,7 @@
        }
 
        ifr = data;
-       /* Pre-convesion */
+       /* Pre-conversion */
        MODULE_HOOK_CALL(if_cvtcmd_43_hook, (&cmd, ocmd), enosys(), hook);
        if (hook != ENOSYS) {
                if (cmd != ocmd) {
@@ -3276,7 +3276,7 @@
                }
        }
 
-       /* Post-convesion */
+       /* Post-conversion */
        if (cmd != ocmd)
                IFREQN2O_43(oifr, ifr);
 



Home | Main Index | Thread Index | Old Index