summaryrefslogtreecommitdiff
path: root/tests/lib/libc
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 /tests/lib/libc
parent2c650dfce1d11c9d2b90557108902fac4c2f6baf (diff)
s/occured/occurred/ in comments, log messages and man pages.
Diffstat (limited to 'tests/lib/libc')
-rw-r--r--tests/lib/libc/gen/t_siginfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/libc/gen/t_siginfo.c b/tests/lib/libc/gen/t_siginfo.c
index b4b88a50e6b..295ac5fcc49 100644
--- a/tests/lib/libc/gen/t_siginfo.c
+++ b/tests/lib/libc/gen/t_siginfo.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.45 2021/01/13 06:44:55 skrll Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.46 2021/12/10 20:36:05 andvar Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -435,7 +435,7 @@ sigbus_action(int signo, siginfo_t *info, void *ptr)
#if defined(__i386__) || defined(__x86_64__)
atf_tc_expect_fail("x86 architecture does not correctly "
- "report the address where the unaligned access occured");
+ "report the address where the unaligned access occurred");
#endif
ATF_REQUIRE_EQ(info->si_addr, (volatile void *)addr);