Skip to content

Commit dfd4e7c

Browse files
committed
Fix comment
1 parent b9586b1 commit dfd4e7c

File tree

1 file changed

+1
-1
lines changed
  • mlir/include/mlir/Analysis/Presburger

1 file changed

+1
-1
lines changed

mlir/include/mlir/Analysis/Presburger/Matrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace presburger {
3636
/// space in the underlying SmallVector's capacity.
3737
template<typename T>
3838
class Matrix {
39-
// This class is not intended for general use: it supports only integers and rational numbers
39+
// This class is not intended for general use: it supports only integers and rational numbers.
4040
static_assert(std::is_same_v<T,MPInt> || std::is_same_v<T,Fraction>, "T must be MPInt or Fraction.");
4141
public:
4242
Matrix() = delete;

0 commit comments

Comments
 (0)