Fix a typo in comments. The Inequality and Equality explanations were apparently...
authorMLIR Team <no-reply@google.com>
Wed, 11 Sep 2019 06:53:58 +0000 (23:53 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 11 Sep 2019 06:54:36 +0000 (23:54 -0700)
PiperOrigin-RevId: 268395163

mlir/include/mlir/Analysis/AffineStructures.h

index 28e96df..50df6f8 100644 (file)
@@ -204,8 +204,8 @@ private:
 };
 
 /// A flat list of affine equalities and inequalities in the form.
-/// Inequality: c_0*x_0 + c_1*x_1 + .... + c_{n-1}*x_{n-1} == 0
-/// Equality: c_0*x_0 + c_1*x_1 + .... + c_{n-1}*x_{n-1} >= 0
+/// Inequality: c_0*x_0 + c_1*x_1 + .... + c_{n-1}*x_{n-1} >= 0
+/// Equality: c_0*x_0 + c_1*x_1 + .... + c_{n-1}*x_{n-1} == 0
 ///
 /// FlatAffineConstraints stores coefficients in a contiguous buffer (one buffer
 /// for equalities and one for inequalities). The size of each buffer is