I have too much time on my hands.

Index: sigabrt.c
===================================================================
RCS file: /cvs/src/regress/sys/kern/tame/sigabrt/sigabrt.c,v
retrieving revision 1.1
diff -u -p -r1.1 sigabrt.c
--- sigabrt.c   27 Jul 2015 18:03:36 -0000      1.1
+++ sigabrt.c   14 Aug 2015 03:41:40 -0000
@@ -24,7 +24,7 @@
 void
 handler(int sigraised)
 {
-       /* this handler shouldn't not be called */
+       /* if this handler isn't called, tame is broken */
        printf("forbidden STDIO in SIGABRT handler\n");
 }
 
@@ -39,7 +39,7 @@ main(int argc, char *argv[])
 
        tame(TAME_ABORT);
 
-       /* this will triggered tame_fail() */
+       /* this will trigger tame_fail() */
        printf("forbidden STDIO 1\n");
 
        /* shouldn't continue */

Reply via email to