Fix a couple of depedent->dependent typos.
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.cpp
index fe30d60fd4ce705485de37179db080784d0cda3f..c5999de18ccbefde55158eb64f38ee1e85a0f901 100644 (file)
@@ -476,7 +476,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
      << SchedModels.getSchedClassIdx(Inst) << ",\t"
      << Inst.TheDef->getValueAsInt("Size") << ",\t0";
 
-  // Emit all of the target indepedent flags...
+  // Emit all of the target independent flags...
   if (Inst.isPseudo)           OS << "|(1<<MCID::Pseudo)";
   if (Inst.isReturn)           OS << "|(1<<MCID::Return)";
   if (Inst.isBranch)           OS << "|(1<<MCID::Branch)";