llvm-svn: 159178
This commit is contained in:
Eric Christopher 2012-06-26 00:28:15 +00:00
parent d8ed7e5b03
commit d6d1f18945
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
my $output_file = "$output_dir/$input_filename.gdb.output";
# Extract debugger commands from testcase. They are marked with DEBUGGER:
# at the beginnign of a comment line.
# at the beginning of a comment line.
open(INPUT, $testcase_file);
open(OUTPUT, ">$debugger_script_file");
while(<INPUT>) {