Fixed Attributes.h comment typo from vecctor to vector

--

PiperOrigin-RevId: 248369005
This commit is contained in:
Rob Suderman 2019-05-15 11:18:18 -07:00 committed by Mehdi Amini
parent 6aa5cc8b06
commit 2e1bbb8ca8
1 changed files with 1 additions and 1 deletions

View File

@ -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.
class SplatElementsAttr
: public Attribute::AttrBase<SplatElementsAttr, ElementsAttr,