Module Name: src
Committed By: andvar
Date: Thu Oct 21 11:01:03 UTC 2021
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
s/optiona]/optional]/
To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/sys/kern/makesyscalls.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/makesyscalls.sh
diff -u src/sys/kern/makesyscalls.sh:1.185 src/sys/kern/makesyscalls.sh:1.186
--- src/sys/kern/makesyscalls.sh:1.185 Wed Apr 14 02:45:40 2021
+++ src/sys/kern/makesyscalls.sh Thu Oct 21 11:01:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: makesyscalls.sh,v 1.185 2021/04/14 02:45:40 christos Exp $
+# $NetBSD: makesyscalls.sh,v 1.186 2021/10/21 11:01:03 andvar Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -58,7 +58,7 @@ esac
# nsysent the size of the sysent table
# sys_nosys [optional] name of function called for unsupported
# syscalls, if not sys_nosys()
-# maxsysargs [optiona] the maximum number or arguments
+# maxsysargs [optional] the maximum number or arguments
# rumpcalls ???
# rumpcallshdr ???
# rumpsysmap ???