Source-Changes-HG archive

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

[src/trunk]: src/sys/kern typo in comment (it actually breaks the script tota...



details:   https://anonhg.NetBSD.org/src/rev/7285038b1f15
branches:  trunk
changeset: 749326:7285038b1f15
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 26 17:23:48 2009 +0000

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

diffstat:

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

diffs (19 lines):

diff -r 52759b0c89f0 -r 7285038b1f15 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh  Thu Nov 26 17:20:20 2009 +0000
+++ b/sys/kern/makesyscalls.sh  Thu Nov 26 17:23:48 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index