Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/kernel/kqueue Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/369214489b21
branches:  trunk
changeset: 989046:369214489b21
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Oct 10 19:17:31 2021 +0000

description:
Fix typo in comment.

diffstat:

 tests/kernel/kqueue/t_scan.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2144b7c6c3f9 -r 369214489b21 tests/kernel/kqueue/t_scan.c
--- a/tests/kernel/kqueue/t_scan.c      Sun Oct 10 19:11:56 2021 +0000
+++ b/tests/kernel/kqueue/t_scan.c      Sun Oct 10 19:17:31 2021 +0000
@@ -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 @@
 /*
  * 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
 



Home | Main Index | Thread Index | Old Index