diff options
| author | David Rowley | 2020-08-20 21:33:56 +0000 |
|---|---|---|
| committer | David Rowley | 2020-08-20 21:33:56 +0000 |
| commit | 8431d33079a2c552aaa223ebcfd470572d90146b (patch) | |
| tree | d381fcfd30bbe35d215d801f197127096071ba07 /src/include/jit | |
| parent | c62a0a49f33a0d45a97aa1d3a5bc6ddc83f10d82 (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')
| -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 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 * |
