aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/LinkTimeOptimizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/LinkTimeOptimizer.h b/include/llvm/LinkTimeOptimizer.h
index 52532b1947..c567a04ac8 100644
--- a/include/llvm/LinkTimeOptimizer.h
+++ b/include/llvm/LinkTimeOptimizer.h
@@ -44,7 +44,7 @@ namespace llvm {
LTOInternalLinkage // Rename collisions when linking (static functions)
};
- /// This class representes LLVM symbol information without exposing details
+ /// This class represents LLVM symbol information without exposing details
/// of LLVM global values. It encapsulates symbol linkage information. This
/// is typically used in hash_map where associated name identifies the
/// the symbol name.