summaryrefslogtreecommitdiffstats
path: root/llvm/utils/test_debuginfo.pl
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-06-26 00:28:15 +0000
committerEric Christopher <echristo@apple.com>2012-06-26 00:28:15 +0000
commitd6d1f189450e55512a0413f1f9cffdbf71e405fe (patch)
tree853c330f885b131c02ba29c915f252c49f4cac67 /llvm/utils/test_debuginfo.pl
parentd8ed7e5b03000939d34a6eb5aa8b2e7cf8841cc8 (diff)
downloadbcm5719-llvm-d6d1f189450e55512a0413f1f9cffdbf71e405fe.tar.gz
bcm5719-llvm-d6d1f189450e55512a0413f1f9cffdbf71e405fe.zip
Typo.
llvm-svn: 159178
Diffstat (limited to 'llvm/utils/test_debuginfo.pl')
-rwxr-xr-xllvm/utils/test_debuginfo.pl2
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>) {
OpenPOWER on IntegriCloud