[llvm] 8fb1699 - [NFC] Fix typo in comment in LowerMemIntrinsics.h (#147903)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 02:14:51 PDT 2025
Author: Juan Manuel Martinez CaamaƱo
Date: 2025-07-10T11:14:45+02:00
New Revision: 8fb1699972629e899504e4d62ab79992817eadda
URL: https://github.com/llvm/llvm-project/commit/8fb1699972629e899504e4d62ab79992817eadda
DIFF: https://github.com/llvm/llvm-project/commit/8fb1699972629e899504e4d62ab79992817eadda.diff
LOG: [NFC] Fix typo in comment in LowerMemIntrinsics.h (#147903)
Added:
Modified:
llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h b/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
index fe2625cb993ab..d4e72a60fc1ea 100644
--- a/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
+++ b/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
@@ -33,7 +33,7 @@ class Value;
struct Align;
/// Emit a loop implementing the semantics of llvm.memcpy where the size is not
-/// a compile-time constant. Loop will be insterted at \p InsertBefore.
+/// a compile-time constant. Loop will be inserted at \p InsertBefore.
LLVM_ABI void createMemCpyLoopUnknownSize(
Instruction *InsertBefore, Value *SrcAddr, Value *DstAddr, Value *CopyLen,
Align SrcAlign, Align DestAlign, bool SrcIsVolatile, bool DstIsVolatile,
More information about the llvm-commits
mailing list