[llvm] r175931 - Formatting.

Eric Christopher echristo at gmail.com
Fri Feb 22 15:49:58 PST 2013


Author: echristo
Date: Fri Feb 22 17:49:58 2013
New Revision: 175931

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

Modified:
    llvm/trunk/include/llvm/DebugInfo.h

Modified: llvm/trunk/include/llvm/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo.h?rev=175931&r1=175930&r2=175931&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/DebugInfo.h Fri Feb 22 17:49:58 2013
@@ -187,7 +187,7 @@ namespace llvm {
     /// isMain - Each input file is encoded as a separate compile unit in LLVM
     /// debugging information output. However, many target specific tool chains
     /// prefer to encode only one compile unit in an object file. In this
-    /// situation, the LLVM code generator will include  debugging information
+    /// situation, the LLVM code generator will include debugging information
     /// entities in the compile unit that is marked as main compile unit. The
     /// code generator accepts maximum one main compile unit per module. If a
     /// module does not contain any main compile unit then the code generator





More information about the llvm-commits mailing list