Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 08:13:12 UTC 2021
Modified Files:
src/sys/compat/netbsd32: netbsd32_wait.c
src/sys/kern: kern_exit.c
Log Message:
s/sytle/style/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/compat/netbsd32/netbsd32_wait.c
cvs rdiff -u -r1.292 -r1.293 src/sys/kern/kern_exit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/netbsd32/netbsd32_wait.c
diff -u src/sys/compat/netbsd32/netbsd32_wait.c:1.25 src/sys/compat/netbsd32/netbsd32_wait.c:1.26
--- src/sys/compat/netbsd32/netbsd32_wait.c:1.25 Tue Sep 7 11:43:05 2021
+++ src/sys/compat/netbsd32/netbsd32_wait.c Sun Dec 5 08:13:12 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_wait.c,v 1.25 2021/09/07 11:43:05 riastradh Exp $ */
+/* $NetBSD: netbsd32_wait.c,v 1.26 2021/12/05 08:13:12 msaitoh Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_wait.c,v 1.25 2021/09/07 11:43:05 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_wait.c,v 1.26 2021/12/05 08:13:12 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -119,7 +119,7 @@ netbsd32_wait6(struct lwp *l, const stru
#if 0
/*
* should we copyout if there was no process, hence no useful data?
- * We don't for an old sytle wait4() (etc) but I believe
+ * We don't for an old style wait4() (etc) but I believe
* FreeBSD does for wait6(), so a tossup... Go with FreeBSD for now.
*/
if (pid == 0)
Index: src/sys/kern/kern_exit.c
diff -u src/sys/kern/kern_exit.c:1.292 src/sys/kern/kern_exit.c:1.293
--- src/sys/kern/kern_exit.c:1.292 Sun Oct 10 18:07:51 2021
+++ src/sys/kern/kern_exit.c Sun Dec 5 08:13:12 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_exit.c,v 1.292 2021/10/10 18:07:51 thorpej Exp $ */
+/* $NetBSD: kern_exit.c,v 1.293 2021/12/05 08:13:12 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 1999, 2006, 2007, 2008, 2020 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exit.c,v 1.292 2021/10/10 18:07:51 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exit.c,v 1.293 2021/12/05 08:13:12 msaitoh Exp $");
#include "opt_ktrace.h"
#include "opt_dtrace.h"
@@ -801,7 +801,7 @@ sys_wait6(struct lwp *l, const struct sy
#if 0
/*
* should we copyout if there was no process, hence no useful data?
- * We don't for an old sytle wait4() (etc) but I believe
+ * We don't for an old style wait4() (etc) but I believe
* FreeBSD does for wait6(), so a tossup... Go with FreeBSD for now.
*/
if (pid == 0)