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 7eacae8 commit 14b00a4Copy full SHA for 14b00a4
mlir/include/mlir/IR/SymbolInterfaces.td
@@ -224,7 +224,7 @@ def SymbolUserOpInterface : OpInterface<"SymbolUserOpInterface"> {
224
225
def SymbolUserAttrInterface : AttrInterface<"SymbolUserAttrInterface"> {
226
let description = [{
227
- This interface describes an attrivute that may use a `Symbol`. This
+ This interface describes an attribute that may use a `Symbol`. This
228
interface allows for users of symbols to hook into verification and other
229
symbol related utilities that are either costly or otherwise disallowed
230
within a traditional operation.
0 commit comments