Skip to content

Commit a93ba0c

Browse files
clementvalIanWood1
authored andcommitted
[mlir][complex][NFC] Fix typo in PowOp (llvm#137240)
1 parent e32a195 commit a93ba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def NotEqualOp : Complex_Op<"neq",
432432
def PowOp : ComplexArithmeticOp<"pow"> {
433433
let summary = "complex power function";
434434
let description = [{
435-
The `sqrt` operation takes a complex number raises it to the given complex
435+
The `pow` operation takes a complex number raises it to the given complex
436436
exponent.
437437

438438
Example:

0 commit comments

Comments
 (0)