Fix a typo (the the => the)
[oota-llvm.git] / utils / TableGen / SubtargetEmitter.cpp
index 39055c07b9cee68aa5ec975ef798a33cab58bbd7..b3bf4aa14ce37993d16c8bd15bbb9f9fafa77ed2 100644 (file)
@@ -564,7 +564,7 @@ EmitItineraries(raw_ostream &OS,
   }
 }
 
-// Emit either the the value defined in the TableGen Record, or the default
+// Emit either the value defined in the TableGen Record, or the default
 // value defined in the C++ header. The Record is null if the processor does not
 // define a model.
 void SubtargetEmitter::EmitProcessorProp(raw_ostream &OS, const Record *R,