[llvm] r207429 - Fix comment

Joerg Sonnenberger joerg at bec.de
Mon Apr 28 11:11:52 PDT 2014


Author: joerg
Date: Mon Apr 28 13:11:51 2014
New Revision: 207429

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

Modified:
    llvm/trunk/include/llvm/Target/TargetMachine.h

Modified: llvm/trunk/include/llvm/Target/TargetMachine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetMachine.h?rev=207429&r1=207428&r2=207429&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetMachine.h (original)
+++ llvm/trunk/include/llvm/Target/TargetMachine.h Mon Apr 28 13:11:51 2014
@@ -192,7 +192,7 @@ public:
   /// hasMCUseCFI - Check whether we should use dwarf's .cfi_* directives.
   bool hasMCUseCFI() const { return MCUseCFI; }
 
-  /// setMCUseCFI - Set whether all we should use dwarf's .cfi_* directives.
+  /// setMCUseCFI - Set whether we should use dwarf's .cfi_* directives.
   void setMCUseCFI(bool Value) { MCUseCFI = Value; }
 
   /// hasMCUseDwarfDirectory - Check whether we should use .file directives with





More information about the llvm-commits mailing list