Module Name:    src
Committed By:   gson
Date:           Tue Jul 15 14:56:35 UTC 2014

Modified Files:
        src/tests/lib/libc/gen: t_sleep.c

Log Message:
space after comma


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/gen/t_sleep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/gen/t_sleep.c
diff -u src/tests/lib/libc/gen/t_sleep.c:1.7 src/tests/lib/libc/gen/t_sleep.c:1.8
--- src/tests/lib/libc/gen/t_sleep.c:1.7	Fri Apr 12 17:13:55 2013
+++ src/tests/lib/libc/gen/t_sleep.c	Tue Jul 15 14:56:34 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sleep.c,v 1.7 2013/04/12 17:13:55 christos Exp $ */
+/* $NetBSD: t_sleep.c,v 1.8 2014/07/15 14:56:34 gson Exp $ */
 
 /*-
  * Copyright (c) 2006 Frank Kardel
@@ -69,7 +69,7 @@
  * penultimate pass, and the KEVNT_TIMEOUT on the final pass.  We
  * set KEVNT_TIMEOUT just barely long enough to put it into the
  * last test pass, and set MAXSLEEP a couple seconds longer than
- * necessary,in order to avoid a QEMU bug which nearly doubles
+ * necessary, in order to avoid a QEMU bug which nearly doubles
  * some timers.
  */
 

Reply via email to