From 3248633579e9ed1c718afa70bb93d499fe85d40c Mon Sep 17 00:00:00 2001 From: David Rowley Date: Fri, 21 Aug 2020 09:35:24 +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/jit/llvmjit_emit.h') diff --git a/src/include/jit/llvmjit_emit.h b/src/include/jit/llvmjit_emit.h index 71a8625efe4..cc72e345bb6 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-2019, PostgreSQL Global Development Group * -- cgit v1.2.3