Skip to content

Commit 205bc77

Browse files
committed
Fix typo
1 parent f21f631 commit 205bc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ template <typename Opnd_t> struct Argument_match {
477477
}
478478
};
479479

480-
/// Match call argument.
480+
/// Match a call argument.
481481
template <unsigned OpI, typename Opnd_t>
482482
inline Argument_match<Opnd_t> m_Argument(const Opnd_t &Op) {
483483
return Argument_match<Opnd_t>(OpI, Op);

0 commit comments

Comments
 (0)