Module Name: src Committed By: andvar Date: Fri Aug 13 20:19:14 UTC 2021
Modified Files: src/tests/sys/uvm: t_uvm_physseg.c src/usr.sbin/syslogd: syslogd.c Log Message: s/bacause/because/ To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/sys/uvm/t_uvm_physseg.c cvs rdiff -u -r1.136 -r1.137 src/usr.sbin/syslogd/syslogd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/sys/uvm/t_uvm_physseg.c diff -u src/tests/sys/uvm/t_uvm_physseg.c:1.8 src/tests/sys/uvm/t_uvm_physseg.c:1.9 --- src/tests/sys/uvm/t_uvm_physseg.c:1.8 Wed Jan 16 13:54:17 2019 +++ src/tests/sys/uvm/t_uvm_physseg.c Fri Aug 13 20:19:13 2021 @@ -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 @@ ATF_TC_BODY(uvm_page_physunload_force, t /* 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 */ Index: src/usr.sbin/syslogd/syslogd.c diff -u src/usr.sbin/syslogd/syslogd.c:1.136 src/usr.sbin/syslogd/syslogd.c:1.137 --- src/usr.sbin/syslogd/syslogd.c:1.136 Sun Nov 8 01:12:46 2020 +++ src/usr.sbin/syslogd/syslogd.c Fri Aug 13 20:19:14 2021 @@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 19 #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 @@ getgroup: /* * 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!). */