From 3a023d318075639434fdb5e2424d0c2c5edd89e7 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 29 Dec 2011 02:15:06 +0000 Subject: [PATCH] Fix grammar error noticed by Duncan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147333 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/CodeMetrics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1