diff --git a/mlir/lib/IR/TypeDetail.h b/mlir/lib/IR/TypeDetail.h index 0e7edf03bd19..1cf0f5a71902 100644 --- a/mlir/lib/IR/TypeDetail.h +++ b/mlir/lib/IR/TypeDetail.h @@ -117,7 +117,7 @@ struct FunctionTypeStorage : public TypeStorage { Type const *inputsAndResults; }; -/// VectorOrTensor Type Storage. +/// Shaped Type Storage. struct ShapedTypeStorage : public TypeStorage { ShapedTypeStorage(Type elementType, unsigned subclassData = 0) : TypeStorage(subclassData), elementType(elementType) {}