[llvm-commits] [llvm] r115966 - /llvm/trunk/lib/Target/Target.cpp

Owen Anderson resistor at mac.com
Thu Oct 7 13:05:18 PDT 2010


Author: resistor
Date: Thu Oct  7 15:05:18 2010
New Revision: 115966

URL: http://llvm.org/viewvc/llvm-project?rev=115966&view=rev
Log:
Improve comment.

Modified:
    llvm/trunk/lib/Target/Target.cpp

Modified: llvm/trunk/lib/Target/Target.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Target.cpp?rev=115966&r1=115965&r2=115966&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Target.cpp (original)
+++ llvm/trunk/lib/Target/Target.cpp Thu Oct  7 15:05:18 2010
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements the core infrastructure (including C bindings) for 
+// This file implements the common infrastructure (including C bindings) for 
 // libLLVMTarget.a, which implements target information.
 //
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list