Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/syslogd s/bacause/because/



details:   https://anonhg.NetBSD.org/src/rev/810a91759ac5
branches:  trunk
changeset: 1022901:810a91759ac5
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Aug 13 20:19:13 2021 +0000

description:
s/bacause/because/

diffstat:

 tests/sys/uvm/t_uvm_physseg.c |  6 +++---
 usr.sbin/syslogd/syslogd.c    |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 62bd8b8b2168 -r 810a91759ac5 tests/sys/uvm/t_uvm_physseg.c
--- a/tests/sys/uvm/t_uvm_physseg.c     Fri Aug 13 11:40:43 2021 +0000
+++ b/tests/sys/uvm/t_uvm_physseg.c     Fri Aug 13 20:19:13 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_uvm_physseg.c,v 1.8 2019/01/16 13:54:17 fox Exp $ */
+/* $NetBSD: t_uvm_physseg.c,v 1.9 2021/08/13 20:19:13 andvar Exp $ */
 
 /*-
  * Copyright (c) 2015, 2016 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_uvm_physseg.c,v 1.8 2019/01/16 13:54:17 fox Exp $");
+__RCSID("$NetBSD: t_uvm_physseg.c,v 1.9 2021/08/13 20:19:13 andvar Exp $");
 
 /*
  * If this line is commented out tests related to uvm_physseg_get_pmseg()
@@ -2251,7 +2251,7 @@
        /* Insert more than one segment iff VM_PHYSSEG_MAX > 1 */
 #if VM_PHYSSEG_MAX > 1
        /*
-        * We have couple of physloads done this is bacause of the fact that if
+        * We have couple of physloads done this is because of the fact that if
         * we physunload all the PFs from a given range and we have only one
         * segment in total a panic() is called
         */
diff -r 62bd8b8b2168 -r 810a91759ac5 usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c        Fri Aug 13 11:40:43 2021 +0000
+++ b/usr.sbin/syslogd/syslogd.c        Fri Aug 13 20:19:13 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syslogd.c,v 1.136 2020/11/08 01:12:46 dholland Exp $   */
+/*     $NetBSD: syslogd.c,v 1.137 2021/08/13 20:19:14 andvar Exp $     */
 
 /*
  * Copyright (c) 1983, 1988, 1993, 1994
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)syslogd.c  8.3 (Berkeley) 4/4/94";
 #else
-__RCSID("$NetBSD: syslogd.c,v 1.136 2020/11/08 01:12:46 dholland Exp $");
+__RCSID("$NetBSD: syslogd.c,v 1.137 2021/08/13 20:19:14 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -580,7 +580,7 @@
        /*
         * Create the global kernel event descriptor.
         *
-        * NOTE: We MUST do this after daemon(), bacause the kqueue()
+        * NOTE: We MUST do this after daemon(), because the kqueue()
         * API dictates that kqueue descriptors are not inherited
         * across forks (lame!).
         */



Home | Main Index | Thread Index | Old Index