Fix grammar error noticed by Duncan.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 29 Dec 2011 02:15:06 +0000 (02:15 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 29 Dec 2011 02:15:06 +0000 (02:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147333 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/CodeMetrics.h

index c01507f0a927af8a697e29d380e0a62d3e31e4a0..6d34781fb2e30625417f0ba2455506a5663b3f71 100644 (file)
@@ -32,7 +32,7 @@ namespace llvm {
     // 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