summaryrefslogtreecommitdiff
path: root/mlir/include/mlir/TableGen/Attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/include/mlir/TableGen/Attribute.h')
-rw-r--r--mlir/include/mlir/TableGen/Attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/include/mlir/TableGen/Attribute.h b/mlir/include/mlir/TableGen/Attribute.h
index a8292a982320..579b93846b1c 100644
--- a/mlir/include/mlir/TableGen/Attribute.h
+++ b/mlir/include/mlir/TableGen/Attribute.h
@@ -50,7 +50,7 @@ public:
explicit Attribute(const llvm::DefInit *init);
// Returns the storage type if set. Returns the default storage type
- // ("Attribute") otherwise.
+ // ("::mlir::Attribute") otherwise.
StringRef getStorageType() const;
// Returns the return type for this attribute.