Comment typo.
authorDale Johannesen <dalej@apple.com>
Thu, 29 Jul 2010 17:45:24 +0000 (17:45 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 29 Jul 2010 17:45:24 +0000 (17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109765 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineLICM.cpp

index ee498479488e288baf37ed05df6225f5607e0bd5..63b145e24557706e35fc20e1cbd41c4ae96448af 100644 (file)
@@ -68,7 +68,7 @@ namespace {
 
     BitVector AllocatableSet;
 
-    // For each opcode, keep a list of potentail CSE instructions.
+    // For each opcode, keep a list of potential CSE instructions.
     DenseMap<unsigned, std::vector<const MachineInstr*> > CSEMap;
 
   public: