diff crashRun.c @ 716:528649416e9d

infrastructure maintenance
author thomask
date Fri, 28 Oct 2005 21:23:21 +0000
parents 369c59b10266
children 6b672e70f777
line wrap: on
line diff
--- a/crashRun.c	Fri Oct 28 21:22:25 2005 +0000
+++ b/crashRun.c	Fri Oct 28 21:23:21 2005 +0000
@@ -3,7 +3,7 @@
  *
  * Copyright (C)
  *		2005 Thomas Kuehne <thomas@kuehne.cn>
- *		2005 Anders F Björklund <afb@algonet.se>
+ *		2005 Anders F Björrklund <afb@algonet.se>
  *
  * 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
@@ -34,7 +34,7 @@
 const int TIME_OUT= 5*60; /* time-out in seconds (might be cpu or system time)*/
 const int MEM_LIMIT = 200;  /* mem megabytes */
 
-/* try to cope with -ansi and other threads */
+/* identify system API */
 #if defined(__GNU_LIBRARY__) || defined(__GLIBC__) || defined(__USE_POSIX)
 #define USE_POSIX
 #endif