Comment typo.
[oota-llvm.git] / 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: