# HG changeset patch # User thomask # Date 1173370795 0 # Node ID 669688cd3395fcda60ea9d396ec4885496f14250 # Parent f22dcce898822e12e711c660a0eaa23bf6e317f4 fixed typos diff -r f22dcce89882 -r 669688cd3395 dstress.c --- 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 - * 2005 Carlos Santander (Window files) - * 2005 Stewart Gordon (Window crashRun) + * 2005 Carlos Santander (Windows files) + * 2005 Stewart Gordon (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