diff options
author | David Rowley <drowley@postgresql.org> | 2020-08-21 09:36:12 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2020-08-21 09:36:12 +1200 |
commit | 6910faa38c3af0c0df8e7cfb445967016bdbd17f (patch) | |
tree | 27cdf1b37673577d90b84339c90ea75e6d9f14b7 /src/include/jit/llvmjit_emit.h | |
parent | 060e5bd70e4d93ec8bf1e72b3bcee07665f89a6c (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 fdc51b1e907..949be7ee078 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, PostgreSQL Global Development Group * |