aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Analysis/CodeMetrics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/CodeMetrics.h b/include/llvm/Analysis/CodeMetrics.h
index c01507f0a9..6d34781fb2 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