Skip to content

Commit 63f5c6a

Browse files
authored
[mlir][complex][NFC] Fix typo in PowOp (llvm#137240)
1 parent bea3b92 commit 63f5c6a

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)