typo: bad function name

This commit is contained in:
youben11
2021-11-09 17:09:18 +01:00
parent 6df9f09e48
commit a888a6b329

View File

@@ -71,8 +71,8 @@ mlir::LogicalResult verifyIntegerGLWEOperator(Operator &op) {
return _verifyGLWEIntegerOperator(op, b, a, result);
}
// verifyIntegerOperator verify parameters of operators that has the following
// signature (!MidLFHE.glwe<{dim,poly,bits}{p}>,
// verifyBinaryGLWEOperator verify parameters of operators that has the
// following signature (!MidLFHE.glwe<{dim,poly,bits}{p}>,
// !MidLFHE.glwe<{dim,poly,bits}{p}>) ->
// (!MidLFHE.glwe<{dim,poly,bits}{p}>))
template <class Operator>