diff --git a/lib/Dialect/TTIR/IR/TTIROps.cpp b/lib/Dialect/TTIR/IR/TTIROps.cpp index 2a662aa7f8..c504989181 100644 --- a/lib/Dialect/TTIR/IR/TTIROps.cpp +++ b/lib/Dialect/TTIR/IR/TTIROps.cpp @@ -283,7 +283,7 @@ ::mlir::LogicalResult mlir::tt::ttir::MaxPool2dOp::verify() { std::string with_value = getOriginalHeight().has_value() ? "original_height" : "original_width"; return emitOpError() - << "If providing the original height and width as attributs, both " + << "If providing the original height and width as attributes, both " "original_height and original_width must be set. However, only " << with_value << " was provided."; }