diff options
author | David Rowley <drowley@postgresql.org> | 2020-08-21 09:35:24 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2020-08-21 09:35:24 +1200 |
commit | 3248633579e9ed1c718afa70bb93d499fe85d40c (patch) | |
tree | e3b17cbf7d906582aa3d2fbdd1b789776d1e160f /src/include/jit/llvmjit_emit.h | |
parent | da9ec328dda9625725ae8210ad6e6599ab876206 (diff) |
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
Diffstat (limited to 'src/include/jit/llvmjit_emit.h')
-rw-r--r-- | src/include/jit/llvmjit_emit.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |