Skip to content

Commit

Permalink
fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
LPanosTT committed Sep 11, 2024
1 parent ef5b219 commit a67d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dialect/TTIR/IR/TTIROps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
}
Expand Down

0 comments on commit a67d176

Please sign in to comment.