mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 09:09:12 +00:00
Typo.
llvm-svn: 159178
This commit is contained in:
parent
a3ccee4b33
commit
69416bf7b0
@ -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>) {
|
||||
|
Loading…
Reference in New Issue
Block a user