[MLIR][NFC] Simplex: remove repeated words in comment
authorArjun P <arjunpitchanathan@gmail.com>
Sun, 21 Nov 2021 19:55:25 +0000 (01:25 +0530)
committerArjun P <arjunpitchanathan@gmail.com>
Mon, 22 Nov 2021 10:20:03 +0000 (15:50 +0530)
mlir/include/mlir/Analysis/Presburger/Simplex.h

index 99632ef..893f0d6 100644 (file)
@@ -193,7 +193,7 @@ public:
   Optional<Fraction> computeOptimum(Direction direction,
                                     ArrayRef<int64_t> coeffs);
 
-  /// Returns whether the perpendicular of the specified constraint is a
+  /// Returns whether the perpendicular of the specified constraint
   /// is a direction along which the polytope is bounded.
   bool isBoundedAlongConstraint(unsigned constraintIndex);