We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b317ea commit bd0bd41Copy full SHA for bd0bd41
mlir/include/mlir/IR/SymbolInterfaces.td
@@ -222,7 +222,7 @@ def SymbolUserOpInterface : OpInterface<"SymbolUserOpInterface"> {
222
223
def SymbolUserAttrInterface : AttrInterface<"SymbolUserAttrInterface"> {
224
let description = [{
225
- This interface describes an attrivute that may use a `Symbol`. This
+ This interface describes an attribute that may use a `Symbol`. This
226
interface allows for users of symbols to hook into verification and other
227
symbol related utilities that are either costly or otherwise disallowed
228
within a traditional operation.
0 commit comments