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 | db1714eb4149fc8a2dcd9d07ca50fc1db8dc8e13 (patch) | |
tree | 2bbb9d016d924ccb6bd637d9d25854f6460c16ad /utils/test_debuginfo.pl | |
parent | 52d418df5d67ffdf4c9782c5fa8d3fdbd2478631 (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/test_debuginfo.pl')
-rwxr-xr-x | utils/test_debuginfo.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test_debuginfo.pl b/utils/test_debuginfo.pl index fb61fb0261..a03a117064 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(<INPUT>) { |