Skip to content

Commit cbf5ff9

Browse files
committed
fix typo
1 parent dd90ff4 commit cbf5ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/VectorTypeUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bool isVectorizedStructTy(StructType *StructTy);
4444
/// equivalent to calling `ToVectorTy`. For struct types, this returns a new
4545
/// struct where each element type has been widened to a vector type.
4646
/// Note:
47-
/// - If the he incoming type is void, we return void
47+
/// - If the incoming type is void, we return void
4848
/// - If \p EC is scalar, \p Ty is returned unchanged
4949
/// - Only unpacked literal struct types are supported
5050
inline Type *toVectorizedTy(Type *Ty, ElementCount EC) {

0 commit comments

Comments
 (0)