mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix duplicated words in comments
Author: Stephen Amell Discussion: https://postgr.es/m/539fa271-21b3-777e-a468-d96cffe9c768@gmail.com
This commit is contained in:
@ -218,7 +218,7 @@ l_mcxt_switch(LLVMModuleRef mod, LLVMBuilderRef b, LLVMValueRef nc)
|
||||
}
|
||||
|
||||
/*
|
||||
* Return pointer to the the argno'th argument nullness.
|
||||
* Return pointer to the argno'th argument nullness.
|
||||
*/
|
||||
static inline LLVMValueRef
|
||||
l_funcnullp(LLVMBuilderRef b, LLVMValueRef v_fcinfo, size_t argno)
|
||||
@ -236,7 +236,7 @@ l_funcnullp(LLVMBuilderRef b, LLVMValueRef v_fcinfo, size_t argno)
|
||||
}
|
||||
|
||||
/*
|
||||
* Return pointer to the the argno'th argument datum.
|
||||
* Return pointer to the argno'th argument datum.
|
||||
*/
|
||||
static inline LLVMValueRef
|
||||
l_funcvaluep(LLVMBuilderRef b, LLVMValueRef v_fcinfo, size_t argno)
|
||||
|
Reference in New Issue
Block a user