Skip to content

Commit 8dd2eb1

Browse files
committed
GlobalISel: Fix typo
1 parent eed19c8 commit 8dd2eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ struct TypePairAndMemDesc {
183183
MemSize == Other.MemSize;
184184
}
185185

186-
/// \returns true if this memory access is legal with for the acecss described
186+
/// \returns true if this memory access is legal with for the access described
187187
/// by \p Other (The alignment is sufficient for the size and result type).
188188
bool isCompatible(const TypePairAndMemDesc &Other) const {
189189
return Type0 == Other.Type0 && Type1 == Other.Type1 &&

0 commit comments

Comments
 (0)