From 8431d33079a2c552aaa223ebcfd470572d90146b Mon Sep 17 00:00:00 2001 From: David Rowley Date: Fri, 21 Aug 2020 09:33:56 +1200 Subject: Fix a few typos in JIT comments and README Reviewed-by: Abhijit Menon-Sen Reviewed-by: Andres Freund Discussion: https://postgr.es/m/CAApHDvobgmCs6CohqhKTUf7D8vffoZXQTCBTERo9gbOeZmvLTw%40mail.gmail.com Backpatch-through: 11, where JIT was added --- src/include/jit/llvmjit_emit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/jit/llvmjit_emit.h b/src/include/jit/llvmjit_emit.h index 1a7d6db7259..3142df608b3 100644 --- a/src/include/jit/llvmjit_emit.h +++ b/src/include/jit/llvmjit_emit.h @@ -1,6 +1,6 @@ /* * llvmjit_emit.h - * Helpers to make emitting LLVM IR a it more concise and pgindent proof. + * Helpers to make emitting LLVM IR a bit more concise and pgindent proof. * * Copyright (c) 2018-2020, PostgreSQL Global Development Group * -- cgit v1.2.3