diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-12-09 15:20:45 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-12-09 15:20:45 +0900 |
commit | a04fc56d03b33780612cf7630bb3f1a9388a9a02 (patch) | |
tree | af92da8748dde84c013f5806011588d3a5637839 /src/backend/jit/llvm/llvmjit_error.cpp | |
parent | 614b77d65a3859ad8d2c1c28475e98ddee06dc50 (diff) | |
download | postgresql-a04fc56d03b33780612cf7630bb3f1a9388a9a02.tar.gz postgresql-a04fc56d03b33780612cf7630bb3f1a9388a9a02.zip |
Fix some typos with {a,an}
One of the changes impacts the documentation, so backpatch.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pu6+c+r3mY24VT7u+H+E_s6vMr5OdRiZ8NT3EOa-E5Lmw@mail.gmail.com
Backpatch-through: 14
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_error.cpp')
-rw-r--r-- | src/backend/jit/llvm/llvmjit_error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/jit/llvm/llvmjit_error.cpp b/src/backend/jit/llvm/llvmjit_error.cpp index daefb3e1fd9..f4720732a39 100644 --- a/src/backend/jit/llvm/llvmjit_error.cpp +++ b/src/backend/jit/llvm/llvmjit_error.cpp @@ -84,7 +84,7 @@ llvm_leave_fatal_on_oom(void) } /* - * Are we currently in an fatal-on-oom section? Useful to skip cleanup in case + * Are we currently in a fatal-on-oom section? Useful to skip cleanup in case * of errors. */ bool |