From: Rafael Espindola Date: Thu, 29 Dec 2011 02:15:06 +0000 (+0000) Subject: Fix grammar error noticed by Duncan. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3a023d318075639434fdb5e2424d0c2c5edd89e7;p=oota-llvm.git Fix grammar error noticed by Duncan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147333 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/CodeMetrics.h b/include/llvm/Analysis/CodeMetrics.h index c01507f0a92..6d34781fb2e 100644 --- a/include/llvm/Analysis/CodeMetrics.h +++ b/include/llvm/Analysis/CodeMetrics.h @@ -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