Typo fixes
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 22 Mar 2008 07:48:08 +0000 (07:48 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 22 Mar 2008 07:48:08 +0000 (07:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48681 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/GlobalAlias.h

index 1dee0414ebc764c102a4b823af65f54aff86d3ad..161cb58cbb56444eeb3b00751476bc909ae1dc03 100644 (file)
@@ -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: