Skip to content

Commit 8fb1699

Browse files
authored
[NFC] Fix typo in comment in LowerMemIntrinsics.h (#147903)
1 parent f7cdff7 commit 8fb1699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Value;
3333
struct Align;
3434

3535
/// Emit a loop implementing the semantics of llvm.memcpy where the size is not
36-
/// a compile-time constant. Loop will be insterted at \p InsertBefore.
36+
/// a compile-time constant. Loop will be inserted at \p InsertBefore.
3737
LLVM_ABI void createMemCpyLoopUnknownSize(
3838
Instruction *InsertBefore, Value *SrcAddr, Value *DstAddr, Value *CopyLen,
3939
Align SrcAlign, Align DestAlign, bool SrcIsVolatile, bool DstIsVolatile,

0 commit comments

Comments
 (0)