Module Name:    src
Committed By:   rillig
Date:           Sat May  1 18:07:52 UTC 2021

Modified Files:
        src/usr.bin/ktruss: dump.c

Log Message:
ktruss: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/ktruss/dump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/ktruss/dump.c
diff -u src/usr.bin/ktruss/dump.c:1.47 src/usr.bin/ktruss/dump.c:1.48
--- src/usr.bin/ktruss/dump.c:1.47	Tue Jan 14 11:28:35 2020
+++ src/usr.bin/ktruss/dump.c	Sat May  1 18:07:52 2021
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 19
 #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 @@ ktrsysret(struct ktr_entry *kte)
 	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);

Reply via email to