forked from OSchip/llvm-project
Fixed Attributes.h comment typo from vecctor to vector
-- PiperOrigin-RevId: 248369005
This commit is contained in:
parent
6aa5cc8b06
commit
2e1bbb8ca8
|
@ -430,7 +430,7 @@ public:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/// An attribute that represents a reference to a splat vecctor or tensor
|
/// An attribute that represents a reference to a splat vector or tensor
|
||||||
/// constant, meaning all of the elements have the same value.
|
/// constant, meaning all of the elements have the same value.
|
||||||
class SplatElementsAttr
|
class SplatElementsAttr
|
||||||
: public Attribute::AttrBase<SplatElementsAttr, ElementsAttr,
|
: public Attribute::AttrBase<SplatElementsAttr, ElementsAttr,
|
||||||
|
|
Loading…
Reference in New Issue