summaryrefslogtreecommitdiff
path: root/src/backend/jit
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-12-09 15:20:36 +0900
committerMichael Paquier <michael@paquier.xyz>2021-12-09 15:20:36 +0900
commit5d08137076fd39694188ec4625013756aab889e1 (patch)
treee305b3fa9c81201f741f8bacbbd788eeb7319b79 /src/backend/jit
parent5e97905a2c764d4ca36f5c6cccd0ebbf157b9df4 (diff)
downloadpostgresql-5d08137076fd39694188ec4625013756aab889e1.tar.gz
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')
-rw-r--r--src/backend/jit/llvm/llvmjit_error.cpp2
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 daefb3e1fd..f4720732a3 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