Skip to content

Commit edf0f55

Browse files
Update mlir/include/mlir/Dialect/SMT/IR/SMTOps.td
Co-authored-by: Fehr Mathieu <[email protected]>
1 parent 632011e commit edf0f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/SMT/IR/SMTOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def DeclareFunOp : SMTOp<"declare_fun", [
2727
let summary = "declare a symbolic value of a given sort";
2828
let description = [{
2929
This operation declares a symbolic value just as the `declare-const` and
30-
`declare-func` statements in SMT-LIB 2.6. The result type determines the SMT
30+
`declare-fun` statements in SMT-LIB 2.6. The result type determines the SMT
3131
sort of the symbolic value. The returned value can then be used to refer to
3232
the symbolic value instead of using the identifier like in SMT-LIB.
3333

0 commit comments

Comments
 (0)