Typo.
authorEric Christopher <echristo@apple.com>
Tue, 26 Jun 2012 00:28:15 +0000 (00:28 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 26 Jun 2012 00:28:15 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159178 91177308-0d34-0410-b5e6-96231b3b80d8

utils/test_debuginfo.pl

index fb61fb02616dd9d7dd40eec91f0cc4cb53bf2008..a03a11706433a7b53d01c39f3a55d00414dc4b0b 100755 (executable)
@@ -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>) {