[llvm-commits] [llvm] r159178 - /llvm/trunk/utils/test_debuginfo.pl

Eric Christopher echristo at apple.com
Mon Jun 25 17:28:15 PDT 2012


Author: echristo
Date: Mon Jun 25 19:28:15 2012
New Revision: 159178

URL: http://llvm.org/viewvc/llvm-project?rev=159178&view=rev
Log:
Typo.

Modified:
    llvm/trunk/utils/test_debuginfo.pl

Modified: llvm/trunk/utils/test_debuginfo.pl
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/test_debuginfo.pl?rev=159178&r1=159177&r2=159178&view=diff
==============================================================================
--- llvm/trunk/utils/test_debuginfo.pl (original)
+++ llvm/trunk/utils/test_debuginfo.pl Mon Jun 25 19:28:15 2012
@@ -24,7 +24,7 @@
 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>) {





More information about the llvm-commits mailing list