summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_deform.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2019-05-26 18:28:18 +0530
committerAmit Kapila <akapila@postgresql.org>2019-05-26 18:28:18 +0530
commit9679345f3c5ec071f63db358581e28f06c8744a7 (patch)
tree12365b3337578d66f41a58d0e2c2966d9eb3acac /src/backend/jit/llvm/llvmjit_deform.c
parent41205719d34969018f708baa70d9d06dae0c0d08 (diff)
Fix typos.
Reported-by: Alexander Lakhin Author: Alexander Lakhin Reviewed-by: Amit Kapila and Tom Lane Discussion: https://postgr.es/m/7208de98-add8-8537-91c0-f8b089e2928c@gmail.com
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_deform.c')
-rw-r--r--src/backend/jit/llvm/llvmjit_deform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/jit/llvm/llvmjit_deform.c b/src/backend/jit/llvm/llvmjit_deform.c
index 33dc6f630ce..835aea83e97 100644
--- a/src/backend/jit/llvm/llvmjit_deform.c
+++ b/src/backend/jit/llvm/llvmjit_deform.c
@@ -202,7 +202,7 @@ slot_compile_deform(LLVMJitContext *context, TupleDesc desc,
LLVMBuildBitCast(b,
v_slot,
l_ptr(StructMinimalTupleTableSlot),
- "minimalslotslot");
+ "minimalslot");
v_slotoffp = LLVMBuildStructGEP(b, v_minimalslot, FIELDNO_MINIMALTUPLETABLESLOT_OFF, "");
v_tupleheaderp =
l_load_struct_gep(b, v_minimalslot, FIELDNO_MINIMALTUPLETABLESLOT_TUPLE,