Skip to content

Commit 0b0e81e

Browse files
committed
typo fixes
1 parent 4d6d9ab commit 0b0e81e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15480,7 +15480,7 @@ Semantics:
1548015480

1548115481
The '``llvm.experimental.memset.pattern*``' intrinsic fills memory starting at
1548215482
the destination location with the given pattern ``<count>`` times,
15483-
incrementing by the allocation size of the type each time. The stores follows
15483+
incrementing by the allocation size of the type each time. The stores follow
1548415484
the usual semantics of store instructions, including regarding endianness and
1548515485
padding. If the argument is known to be aligned to some boundary, this can be
1548615486
specified as an attribute on the argument.

llvm/include/llvm/IR/IntrinsicInst.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ class MemSetInlineInst : public MemSetInst {
12631263
}
12641264
};
12651265

1266-
/// This is the base class for llm.experimental.memset.pattern
1266+
/// This is the base class for llvm.experimental.memset.pattern
12671267
class MemSetPatternIntrinsic : public MemIntrinsicBase<MemIntrinsic> {
12681268
private:
12691269
enum { ARG_VOLATILE = 3 };

0 commit comments

Comments
 (0)