From a04fc56d03b33780612cf7630bb3f1a9388a9a02 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 9 Dec 2021 15:20:45 +0900 Subject: 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 --- src/backend/jit/llvm/llvmjit_error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/jit/llvm/llvmjit_error.cpp') 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 -- cgit v1.2.3