@@ -324,7 +324,7 @@ def LinalgStructuredInterface : OpInterface<"LinalgOp"> {
324324 // MLIR currently does not support dependent interfaces or interface
325325 // inheritance. By construction all ops with StructuredOpInterface must
326326 // implement DestinationStyleOpInterface.
327- // TODO: reevalute the need for a cast when a better mechanism exists.
327+ // TODO: reevaluate the need for a cast when a better mechanism exists.
328328 return getBlock()->getArguments().take_front(
329329 cast<DestinationStyleOpInterface>(*this->getOperation())
330330 .getNumDpsInputs());
@@ -342,7 +342,7 @@ def LinalgStructuredInterface : OpInterface<"LinalgOp"> {
342342 // MLIR currently does not support dependent interfaces or interface
343343 // inheritance. By construction all ops with StructuredOpInterface must
344344 // implement DestinationStyleOpInterface.
345- // TODO: reevalute the need for a cast when a better mechanism exists.
345+ // TODO: reevaluate the need for a cast when a better mechanism exists.
346346 return getBlock()->getArguments().take_back(
347347 cast<DestinationStyleOpInterface>(*this->getOperation())
348348 .getNumDpsInits());
@@ -421,7 +421,7 @@ def LinalgStructuredInterface : OpInterface<"LinalgOp"> {
421421 // MLIR currently does not support dependent interfaces or interface
422422 // inheritance. By construction all ops with StructuredOpInterface must
423423 // implement DestinationStyleOpInterface.
424- // TODO: reevalute the need for a cast when a better mechanism exists.
424+ // TODO: reevaluate the need for a cast when a better mechanism exists.
425425 return *(indexingMaps.begin() +
426426 cast<DestinationStyleOpInterface>(*this->getOperation())
427427 .getNumDpsInputs() +
@@ -442,7 +442,7 @@ def LinalgStructuredInterface : OpInterface<"LinalgOp"> {
442442 // MLIR currently does not support dependent interfaces or interface
443443 // inheritance. By construction all ops with StructuredOpInterface must
444444 // implement DestinationStyleOpInterface.
445- // TODO: reevalute the need for a cast when a better mechanism exists.
445+ // TODO: reevaluate the need for a cast when a better mechanism exists.
446446 int64_t resultIndex =
447447 opOperand->getOperandNumber() -
448448 cast<DestinationStyleOpInterface>(*this->getOperation())
@@ -807,7 +807,7 @@ def LinalgStructuredInterface : OpInterface<"LinalgOp"> {
807807 // MLIR currently does not support dependent interfaces or interface
808808 // inheritance. By construction all ops with StructuredOpInterface must
809809 // implement DestinationStyleOpInterface.
810- // TODO: reevalute the need for a cast when a better mechanism exists.
810+ // TODO: reevaluate the need for a cast when a better mechanism exists.
811811 //========================================================================//
812812
813813 int64_t getNumDpsInputs() {
0 commit comments