diff options
| author | wiz <wiz@NetBSD.org> | 2021-10-10 19:17:31 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2021-10-10 19:17:31 +0000 |
| commit | 968ce264c883a883b9217e6707f8453e2ab9260b (patch) | |
| tree | 18d74672e128a8e8136d25fd6a3fcfe0fc209d05 /tests/kernel | |
| parent | 68ad50dfb5166544621b32233224234bf52c1acb (diff) | |
Fix typo in comment.
Diffstat (limited to 'tests/kernel')
| -rw-r--r-- | tests/kernel/kqueue/t_scan.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/kernel/kqueue/t_scan.c b/tests/kernel/kqueue/t_scan.c index 01f7185cc69..f9765c2455e 100644 --- a/tests/kernel/kqueue/t_scan.c +++ b/tests/kernel/kqueue/t_scan.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_scan.c,v 1.1 2021/10/10 17:47:39 thorpej Exp $ */ +/* $NetBSD: t_scan.c,v 1.2 2021/10/10 19:17:31 wiz Exp $ */ /*- * Copyright (c) 2021 The NetBSD Foundation, Inc. @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_scan.c,v 1.1 2021/10/10 17:47:39 thorpej Exp $"); +__RCSID("$NetBSD: t_scan.c,v 1.2 2021/10/10 19:17:31 wiz Exp $"); #include <sys/event.h> #include <sys/time.h> @@ -44,7 +44,7 @@ __RCSID("$NetBSD: t_scan.c,v 1.1 2021/10/10 17:47:39 thorpej Exp $"); /* * Each kevent thread will make this many kevent() calls, and if it * achieves this mark, we assume the race condition has not occurred - * the delcare the test passes. + * the declare the test passes. */ #define NKEVENT_CALLS 10000 |
