From 5d08137076fd39694188ec4625013756aab889e1 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 9 Dec 2021 15:20:36 +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 --- contrib/amcheck/verify_nbtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/amcheck/verify_nbtree.c b/contrib/amcheck/verify_nbtree.c index dc1508b636..d3b29d3d89 100644 --- a/contrib/amcheck/verify_nbtree.c +++ b/contrib/amcheck/verify_nbtree.c @@ -1512,7 +1512,7 @@ bt_target_page_check(BtreeCheckState *state) /* * Special case bt_child_highkey_check() call * - * We don't pass an real downlink, but we've to finish the level + * We don't pass a real downlink, but we've to finish the level * processing. If condition is satisfied, we've already processed all the * downlinks from the target level. But there still might be pages to the * right of the child page pointer to by our rightmost downlink. And they -- cgit v1.2.1