[llvm] r286845 - Typo

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 09:26:32 PST 2016


Author: adrian
Date: Mon Nov 14 11:26:32 2016
New Revision: 286845

URL: http://llvm.org/viewvc/llvm-project?rev=286845&view=rev
Log:
Typo

Modified:
    llvm/trunk/lib/Linker/IRMover.cpp

Modified: llvm/trunk/lib/Linker/IRMover.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Linker/IRMover.cpp?rev=286845&r1=286844&r2=286845&view=diff
==============================================================================
--- llvm/trunk/lib/Linker/IRMover.cpp (original)
+++ llvm/trunk/lib/Linker/IRMover.cpp Mon Nov 14 11:26:32 2016
@@ -568,7 +568,7 @@ Value *IRLinker::materialize(Value *V, b
   }
 
   // When linking a global for an alias, it will always be linked. However we
-  // need to check if it was not already scheduled to satify a reference from a
+  // need to check if it was not already scheduled to satisfy a reference from a
   // regular global value initializer. We know if it has been schedule if the
   // "New" GlobalValue that is mapped here for the alias is the same as the one
   // already mapped. If there is an entry in the ValueMap but the value is




More information about the llvm-commits mailing list