Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys s/referece/reference/ in comment.
details: https://anonhg.NetBSD.org/src/rev/9495d4c34b95
branches: trunk
changeset: 1005952:9495d4c34b95
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Dec 27 10:17:56 2019 +0000
description:
s/referece/reference/ in comment.
diffstat:
sys/netinet/ip_output.c | 6 +++---
sys/netinet6/nd6_rtr.c | 6 +++---
sys/uvm/uvm_map.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r cb021479cb30 -r 9495d4c34b95 sys/netinet/ip_output.c
--- a/sys/netinet/ip_output.c Fri Dec 27 10:13:59 2019 +0000
+++ b/sys/netinet/ip_output.c Fri Dec 27 10:17:56 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_output.c,v 1.314 2019/06/05 01:31:04 knakahara Exp $ */
+/* $NetBSD: ip_output.c,v 1.315 2019/12/27 10:17:56 msaitoh Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.314 2019/06/05 01:31:04 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.315 2019/12/27 10:17:56 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -2037,7 +2037,7 @@
uint8_t optval;
int error = 0;
- /* imo is protected by solock or refereced only by the caller */
+ /* imo is protected by solock or referenced only by the caller */
switch (sopt->sopt_name) {
case IP_MULTICAST_IF:
diff -r cb021479cb30 -r 9495d4c34b95 sys/netinet6/nd6_rtr.c
--- a/sys/netinet6/nd6_rtr.c Fri Dec 27 10:13:59 2019 +0000
+++ b/sys/netinet6/nd6_rtr.c Fri Dec 27 10:17:56 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nd6_rtr.c,v 1.146 2019/09/25 09:53:38 ozaki-r Exp $ */
+/* $NetBSD: nd6_rtr.c,v 1.147 2019/12/27 10:17:56 msaitoh Exp $ */
/* $KAME: nd6_rtr.c,v 1.95 2001/02/07 08:09:47 itojun Exp $ */
/*
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nd6_rtr.c,v 1.146 2019/09/25 09:53:38 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6_rtr.c,v 1.147 2019/12/27 10:17:56 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -821,7 +821,7 @@
/*
* Insert the new router in the Default Router List;
* The Default Router List should be in the descending order
- * of router-preferece. Routers with the same preference are
+ * of router-preference. Routers with the same preference are
* sorted in the arriving time order.
*/
diff -r cb021479cb30 -r 9495d4c34b95 sys/uvm/uvm_map.c
--- a/sys/uvm/uvm_map.c Fri Dec 27 10:13:59 2019 +0000
+++ b/sys/uvm/uvm_map.c Fri Dec 27 10:17:56 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_map.c,v 1.367 2019/12/13 20:10:22 ad Exp $ */
+/* $NetBSD: uvm_map.c,v 1.368 2019/12/27 10:17:57 msaitoh Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.367 2019/12/13 20:10:22 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.368 2019/12/27 10:17:57 msaitoh Exp $");
#include "opt_ddb.h"
#include "opt_pax.h"
@@ -4246,7 +4246,7 @@
}
/*
- * uvmspace_addref: add a referece to a vmspace.
+ * uvmspace_addref: add a reference to a vmspace.
*/
void
Home |
Main Index |
Thread Index |
Old Index