changeset 1389:669688cd3395

fixed typos
author thomask
date Thu, 08 Mar 2007 16:19:55 +0000
parents f22dcce89882
children b8ff6a83c27f
files dstress.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dstress.c	Thu Mar 08 16:19:31 2007 +0000
+++ b/dstress.c	Thu Mar 08 16:19:55 2007 +0000
@@ -4,8 +4,8 @@
  *
  * Copyright (C)
  * 	2005, 2006 Thomas Kuehne <thomas@kuehne.cn>
- * 	2005 Carlos Santander (Window files)
- * 	2005 Stewart Gordon <smjg_1998@yahoo.com> (Window crashRun)
+ * 	2005 Carlos Santander (Windows files)
+ * 	2005 Stewart Gordon <smjg_1998@yahoo.com> (Windows crashRun)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -157,7 +157,7 @@
 #define TORTURE_PREFIX		"torture-"
 
 #ifdef USE_POSIX
-#define		CRASH_RUN	"./crashRun 30 2000"
+#define		CRASH_RUN	"./crashRun 30 1000"
 #ifdef USE_VALGRIND
 #define		VALGRIND	"valgrind --leak-check=no -q --suppressions=valgrind.suppress"	
 #else