Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern s/sytle/style/ in comment.
details: https://anonhg.NetBSD.org/src/rev/f0fbc1ac993e
branches: trunk
changeset: 1026731:f0fbc1ac993e
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 08:13:12 2021 +0000
description:
s/sytle/style/ in comment.
diffstat:
sys/compat/netbsd32/netbsd32_wait.c | 6 +++---
sys/kern/kern_exit.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r cecdfaa2a6b1 -r f0fbc1ac993e sys/compat/netbsd32/netbsd32_wait.c
--- a/sys/compat/netbsd32/netbsd32_wait.c Sun Dec 05 08:11:39 2021 +0000
+++ b/sys/compat/netbsd32/netbsd32_wait.c Sun Dec 05 08:13:12 2021 +0000
@@ -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 @@
#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)
diff -r cecdfaa2a6b1 -r f0fbc1ac993e sys/kern/kern_exit.c
--- a/sys/kern/kern_exit.c Sun Dec 05 08:11:39 2021 +0000
+++ b/sys/kern/kern_exit.c Sun Dec 05 08:13:12 2021 +0000
@@ -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 @@
#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)
Home |
Main Index |
Thread Index |
Old Index