diff --git a/utils/TableGen/CodeGenRegisters.cpp b/utils/TableGen/CodeGenRegisters.cpp index 9f1c9dd35f5..43de2be9776 100644 --- a/utils/TableGen/CodeGenRegisters.cpp +++ b/utils/TableGen/CodeGenRegisters.cpp @@ -1470,7 +1470,7 @@ static bool isRegUnitSubSet(const std::vector &RUSubSet, RUSubSet.begin(), RUSubSet.end()); } -/// Iteratively prune unit sets. Prune subsets that are close the the superset, +/// Iteratively prune unit sets. Prune subsets that are close to the superset, /// but with one or two registers removed. We occasionally have registers like /// APSR and PC thrown in with the general registers. We also see many /// special-purpose register subsets, such as tail-call and Thumb