summaryrefslogtreecommitdiff
path: root/include/llvm/LinkTimeOptimizer.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2006-08-03 16:34:35 +0000
committerDevang Patel <dpatel@apple.com>2006-08-03 16:34:35 +0000
commita5eee6e5868877ec82f33b428202ecd0c586b3a0 (patch)
tree0cd70f4b9d4aa0dda91ae85eef193a63ce6e5ac7 /include/llvm/LinkTimeOptimizer.h
parent69d3a95b172b39f3d9ae886a8dad9d91dda79e59 (diff)
downloadllvm-a5eee6e5868877ec82f33b428202ecd0c586b3a0.tar.gz
llvm-a5eee6e5868877ec82f33b428202ecd0c586b3a0.tar.bz2
llvm-a5eee6e5868877ec82f33b428202ecd0c586b3a0.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29497 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/LinkTimeOptimizer.h')
-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.