summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-12-10 20:36:02 +0000
committerandvar <andvar@NetBSD.org>2021-12-10 20:36:02 +0000
commitec0fc95dd18bb0e67dfbb1e4c92f0d5dcc5a8a43 (patch)
treecadd32f9c2c615b79b2b0b7fc1ae2de385601faf /sys/compat
parent2c650dfce1d11c9d2b90557108902fac4c2f6baf (diff)
s/occured/occurred/ in comments, log messages and man pages.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/common/compat_50_mod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/common/compat_50_mod.c b/sys/compat/common/compat_50_mod.c
index 7c9e87a0694..6754ef96624 100644
--- a/sys/compat/common/compat_50_mod.c
+++ b/sys/compat/common/compat_50_mod.c
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_50_mod.c,v 1.3 2019/04/15 02:07:11 pgoyette Exp $ */
+/* $NetBSD: compat_50_mod.c,v 1.4 2021/12/10 20:36:03 andvar Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_50_mod.c,v 1.3 2019/04/15 02:07:11 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_50_mod.c,v 1.4 2021/12/10 20:36:03 andvar Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -91,7 +91,7 @@ compat_50_init(void)
return error;
-/* If an error occured, undo all previous set-up before returning */
+/* If an error occurred, undo all previous set-up before returning */
err3:
kern_select_50_fini();