aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalAlias.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-03-22 07:48:08 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-03-22 07:48:08 +0000
commitaff167819b8e78424c6de26c90f6d8e1777fe09d (patch)
treeadeac71ac54e7b4c8fc374769015f73c7cf1e828 /include/llvm/GlobalAlias.h
parentb017c9e89cdd971a992a414e29caad0232b89a0d (diff)
downloadexternal_llvm-aff167819b8e78424c6de26c90f6d8e1777fe09d.zip
external_llvm-aff167819b8e78424c6de26c90f6d8e1777fe09d.tar.gz
external_llvm-aff167819b8e78424c6de26c90f6d8e1777fe09d.tar.bz2
Typo fixes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/GlobalAlias.h')
-rw-r--r--include/llvm/GlobalAlias.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/GlobalAlias.h b/include/llvm/GlobalAlias.h
index 1dee041..161cb58 100644
--- a/include/llvm/GlobalAlias.h
+++ b/include/llvm/GlobalAlias.h
@@ -79,9 +79,9 @@ public:
/// global. This method retrives the global for both aliasee flavours.
const GlobalValue* getAliasedGlobal() const;
- /// resolveAliasedGlobal() - This method tries to ultimately resolve alias by
- /// going through aliasing chain and trying to find the very last
- /// global. Return NULL is cycle was found.
+ /// resolveAliasedGlobal() - This method tries to ultimately resolve the alias
+ /// by going through the aliasing chain and trying to find the very last
+ /// global. Returns NULL if a cycle was found.
const GlobalValue* resolveAliasedGlobal() const;
// Methods for support type inquiry through isa, cast, and dyn_cast: