Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ktruss ktruss: fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/658942f53b66
branches:  trunk
changeset: 983069:658942f53b66
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat May 01 18:07:52 2021 +0000

description:
ktruss: fix typo in comment

diffstat:

 usr.bin/ktruss/dump.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f6e4ff5355bd -r 658942f53b66 usr.bin/ktruss/dump.c
--- a/usr.bin/ktruss/dump.c     Sat May 01 16:14:35 2021 +0000
+++ b/usr.bin/ktruss/dump.c     Sat May 01 18:07:52 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dump.c,v 1.47 2020/01/14 11:28:35 kamil Exp $  */
+/*     $NetBSD: dump.c,v 1.48 2021/05/01 18:07:52 rillig Exp $ */
 
 /*-
  * Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)kdump.c    8.4 (Berkeley) 4/28/95";
 #endif
-__RCSID("$NetBSD: dump.c,v 1.47 2020/01/14 11:28:35 kamil Exp $");
+__RCSID("$NetBSD: dump.c,v 1.48 2021/05/01 18:07:52 rillig Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -673,7 +673,7 @@
        syscall_ent = getpendq(kth, KTR_SYSCALL, NULL);
        if (syscall_ent == NULL) {
                /*
-                * Possibilly a child of fork/vfork, or tracing of
+                * Possibly a child of fork/vfork, or tracing of
                 * process started during system call.
                 */
                syscallnameprint(ktr->ktr_code);



Home | Main Index | Thread Index | Old Index