diff options
author | Eric Christopher <echristo@apple.com> | 2012-06-26 00:28:15 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-06-26 00:28:15 +0000 |
commit | d6d1f189450e55512a0413f1f9cffdbf71e405fe (patch) | |
tree | 853c330f885b131c02ba29c915f252c49f4cac67 /llvm/utils/test_debuginfo.pl | |
parent | d8ed7e5b03000939d34a6eb5aa8b2e7cf8841cc8 (diff) | |
download | bcm5719-llvm-d6d1f189450e55512a0413f1f9cffdbf71e405fe.tar.gz bcm5719-llvm-d6d1f189450e55512a0413f1f9cffdbf71e405fe.zip |
Typo.
llvm-svn: 159178
Diffstat (limited to 'llvm/utils/test_debuginfo.pl')
-rwxr-xr-x | llvm/utils/test_debuginfo.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/test_debuginfo.pl b/llvm/utils/test_debuginfo.pl index fb61fb02616..a03a1170643 100755 --- a/llvm/utils/test_debuginfo.pl +++ b/llvm/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(<INPUT>) { |