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/86a914f487e6
branches: trunk
changeset: 998461:86a914f487e6
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 4a9e36c97721 -r 86a914f487e6 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