Fix grammar error noticed by Duncan.
[oota-llvm.git] / 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