mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159178 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
52d418df5d
commit
db1714eb41
@ -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…
x
Reference in New Issue
Block a user