Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2006-08-03 16:34:35 +00:00
parent 69d3a95b17
commit a5eee6e586

View File

@ -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.