X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Ftest_debuginfo.pl;fp=utils%2Ftest_debuginfo.pl;h=a03a11706433a7b53d01c39f3a55d00414dc4b0b;hb=db1714eb4149fc8a2dcd9d07ca50fc1db8dc8e13;hp=fb61fb02616dd9d7dd40eec91f0cc4cb53bf2008;hpb=52d418df5d67ffdf4c9782c5fa8d3fdbd2478631;p=oota-llvm.git diff --git a/utils/test_debuginfo.pl b/utils/test_debuginfo.pl index fb61fb02616..a03a1170643 100755 --- a/utils/test_debuginfo.pl +++ b/utils/test_debuginfo.pl @@ -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() {