Module Name:    src
Committed By:   pooka
Date:           Thu Nov 26 17:23:48 UTC 2009

Modified Files:
        src/sys/kern: makesyscalls.sh

Log Message:
typo in comment (it actually breaks the script totally.  i wish
more typos in comments were as effective)


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 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.90 src/sys/kern/makesyscalls.sh:1.91
--- src/sys/kern/makesyscalls.sh:1.90	Thu Nov 26 17:19:54 2009
+++ src/sys/kern/makesyscalls.sh	Thu Nov 26 17:23:48 2009
@@ -1,5 +1,5 @@
 #! /bin/sh -
-#	$NetBSD: makesyscalls.sh,v 1.90 2009/11/26 17:19:54 pooka Exp $
+#	$NetBSD: makesyscalls.sh,v 1.91 2009/11/26 17:23:48 pooka Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -740,7 +740,7 @@
 	exit 1
 }
 END {
-	# output pipe() with it's special rval[2] handling
+	# output pipe() syscall with its special rval[2] handling
 	if (rumphaspipe) {
 		printf("int rump_sys_pipe(int *);\n") > rumpcallshdr
 		printf("\nint rump_sys_pipe(int *);\n") > rumpcalls

Reply via email to