diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-05-14 09:37:35 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-05-14 09:37:35 +0900 |
commit | 7e19929ea29668f3d01280262e407b93042c959a (patch) | |
tree | 1785de8a1f836c4ff49603397e097ebe65dc9965 /src/include/jit/llvmjit_emit.h | |
parent | ae7291acbc5ae4c3751615177fc256f9f3399403 (diff) |
Fix duplicated words in comments
Author: Stephen Amell
Discussion: https://postgr.es/m/539fa271-21b3-777e-a468-d96cffe9c768@gmail.com
Diffstat (limited to 'src/include/jit/llvmjit_emit.h')
-rw-r--r-- | src/include/jit/llvmjit_emit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/jit/llvmjit_emit.h b/src/include/jit/llvmjit_emit.h index 9569da6fbf1..71a8625efe4 100644 --- a/src/include/jit/llvmjit_emit.h +++ b/src/include/jit/llvmjit_emit.h @@ -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) |