[llvm-commits] [llvm] r147333 - /llvm/trunk/include/llvm/Analysis/CodeMetrics.h

Rafael Espindola rafael.espindola at gmail.com
Wed Dec 28 18:15:06 PST 2011


Author: rafael
Date: Wed Dec 28 20:15:06 2011
New Revision: 147333

URL: http://llvm.org/viewvc/llvm-project?rev=147333&view=rev
Log:
Fix grammar error noticed by Duncan.

Modified:
    llvm/trunk/include/llvm/Analysis/CodeMetrics.h

Modified: llvm/trunk/include/llvm/Analysis/CodeMetrics.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/CodeMetrics.h?rev=147333&r1=147332&r2=147333&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/CodeMetrics.h (original)
+++ llvm/trunk/include/llvm/Analysis/CodeMetrics.h Wed Dec 28 20:15:06 2011
@@ -32,7 +32,7 @@
     // bool NeverInline;
 
     // True if this function contains a call to setjmp or other functions
-    // with attribute "returns twice" without having the attribute by itself.
+    // with attribute "returns twice" without having the attribute itself.
     bool exposesReturnsTwice;
 
     // True if this function calls itself





More information about the llvm-commits mailing list