comparison dstress.c @ 710:8cba64b24615

fixed typo
author thomask
date Sun, 23 Oct 2005 10:03:52 +0000
parents 5ba45899cddd
children d4edcc124e64
comparison
equal deleted inserted replaced
709:b0e6b3803e95 710:8cba64b24615
604 "* __GDB_SCRIPT__ - command sequence to feed to the debugger\n" 604 "* __GDB_SCRIPT__ - command sequence to feed to the debugger\n"
605 " (use \\n to encode a line break)\n" 605 " (use \\n to encode a line break)\n"
606 "* __GDB_PATTERN__ - expected regular expression in the debugger's\n" 606 "* __GDB_PATTERN__ - expected regular expression in the debugger's\n"
607 " output\n" 607 " output\n"
608 "== note ==\n" 608 "== note ==\n"
609 "* there current directory is required to contain the sub-directory \"obj\"\n" 609 "* the current directory is required to contain the sub-directory \"obj\"\n"
610 " (used for temporary files)\n" 610 " (used for temporary files)\n"
611 ); 611 );
612 exit(EXIT_FAILURE); 612 exit(EXIT_FAILURE);
613 } 613 }
614 614