Skip to content

Commit 38c01c3

Browse files
committed
NFC fix typos from #92417
1 parent 30bfab3 commit 38c01c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/include/llvm-c/Core.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3952,24 +3952,24 @@ const unsigned *LLVMGetIndices(LLVMValueRef Inst);
39523952
LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
39533953
LLVMBuilderRef LLVMCreateBuilder(void);
39543954
/**
3955-
* Set the builder poisiton before Instr but after any attached debug records,
3955+
* Set the builder position before Instr but after any attached debug records,
39563956
* or if Instr is null set the position to the end of Block.
39573957
*/
39583958
void LLVMPositionBuilder(LLVMBuilderRef Builder, LLVMBasicBlockRef Block,
39593959
LLVMValueRef Instr);
39603960
/**
3961-
* Set the builder poisiton before Instr and any attached debug records,
3961+
* Set the builder position before Instr and any attached debug records,
39623962
* or if Instr is null set the position to the end of Block.
39633963
*/
39643964
void LLVMPositionBuilderBeforeDbgRecords(LLVMBuilderRef Builder,
39653965
LLVMBasicBlockRef Block,
39663966
LLVMValueRef Inst);
39673967
/**
3968-
* Set the builder poisiton before Instr but after any attached debug records.
3968+
* Set the builder position before Instr but after any attached debug records.
39693969
*/
39703970
void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
39713971
/**
3972-
* Set the builder poisiton before Instr and any attached debug records.
3972+
* Set the builder position before Instr and any attached debug records.
39733973
*/
39743974
void LLVMPositionBuilderBeforeInstrAndDbgRecords(LLVMBuilderRef Builder,
39753975
LLVMValueRef Instr);

0 commit comments

Comments
 (0)