Source-Changes-HG archive

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

[src/trunk]: src/sys/kern makesyscalls.sh: fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/c918bb0e3a1d
branches:  trunk
changeset: 959528:c918bb0e3a1d
user:      rillig <rillig%NetBSD.org@localhost>
date:      Wed Feb 17 06:25:10 2021 +0000

description:
makesyscalls.sh: fix typo in comment

diffstat:

 sys/kern/makesyscalls.sh |  4 ++--
 sys/kern/systrace_args.c |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 2c0869f6103a -r c918bb0e3a1d sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh  Wed Feb 17 03:06:07 2021 +0000
+++ b/sys/kern/makesyscalls.sh  Wed Feb 17 06:25:10 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: makesyscalls.sh,v 1.182 2020/09/29 02:58:53 msaitoh Exp $
+#      $NetBSD: makesyscalls.sh,v 1.183 2021/02/17 06:25:10 rillig Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -274,7 +274,7 @@
        printf " * DO NOT EDIT-- this file is automatically generated.\n" > rumpcallshdr
 
        printf "/* %s */\n\n", tag > systrace
-       printf "/*\n * System call argument to DTrace register array converstion.\n *\n" > systrace
+       printf "/*\n * System call argument to DTrace register array conversion.\n *\n" > systrace
        printf " * DO NOT EDIT-- this file is automatically generated.\n" > systrace
 }
 NR == 1 {
diff -r 2c0869f6103a -r c918bb0e3a1d sys/kern/systrace_args.c
--- a/sys/kern/systrace_args.c  Wed Feb 17 03:06:07 2021 +0000
+++ b/sys/kern/systrace_args.c  Wed Feb 17 06:25:10 2021 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: systrace_args.c,v 1.44 2020/11/02 18:56:16 christos Exp $ */
+/* $NetBSD: systrace_args.c,v 1.45 2021/02/17 06:25:10 rillig Exp $ */
 
 /*
- * System call argument to DTrace register array converstion.
+ * System call argument to DTrace register array conversion.
  *
  * DO NOT EDIT-- this file is automatically generated.
  * This file is part of the DTrace syscall provider.



Home | Main Index | Thread Index | Old Index