[mlir][ods] Fix incorrect name in comment (NFC)
authorMogball <jeffniu22@gmail.com>
Sat, 13 Nov 2021 20:06:48 +0000 (20:06 +0000)
committerMogball <jeffniu22@gmail.com>
Sat, 13 Nov 2021 20:06:48 +0000 (20:06 +0000)
mlir/tools/mlir-tblgen/OpFormatGen.cpp

index 59d76f0..0fa0cd7 100644 (file)
@@ -188,7 +188,7 @@ public:
     return element->getKind() == Kind::CustomDirective;
   }
 
-  /// Return the name of this optional element.
+  /// Return the name of the custom directive.
   StringRef getName() const { return name; }
 
   /// Return the arguments to the custom directive.