Fix comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2008-04-16 20:45:31 +00:00
parent 9c1e06e187
commit e20bbc8101

View File

@ -229,10 +229,10 @@ public:
}
/// @}
/// @name Global Variable Accessors
/// @name Global Alias Accessors
/// @{
public:
/// getNamedGlobal - Return the first global alias in the module with the
/// getNamedAlias - Return the first global alias in the module with the
/// specified name, of arbitrary type. This method returns null if a global
/// with the specified name is not found.
GlobalAlias *getNamedAlias(const std::string &Name) const;