[llvm-commits] [llvm] r173487 - /llvm/trunk/include/llvm/DebugInfo.h

David Blaikie dblaikie at gmail.com
Fri Jan 25 12:47:59 PST 2013


Author: dblaikie
Date: Fri Jan 25 14:47:58 2013
New Revision: 173487

URL: http://llvm.org/viewvc/llvm-project?rev=173487&view=rev
Log:
This is no trule.

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=173487&r1=173486&r2=173487&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/DebugInfo.h Fri Jan 25 14:47:58 2013
@@ -705,7 +705,7 @@
       return getType().isBlockByrefStruct();
     }
 
-    /// isInlinedFnArgument - Return trule if this variable provides debugging
+    /// isInlinedFnArgument - Return true if this variable provides debugging
     /// information for an inlined function arguments.
     bool isInlinedFnArgument(const Function *CurFn);
 





More information about the llvm-commits mailing list