summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtutils.c
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2023-10-07 11:55:17 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2023-10-07 11:55:55 +0300
commite8c334c47abb6c8f648cb50241c2cd65c9e4e6dc (patch)
tree200f7da4d06a5d31acd92095fff1194e63868942 /src/backend/access/nbtree/nbtutils.c
parentffb69b23115a1ca1d81f7e273d50b75154ae7b0b (diff)
Fix typos in e0b1ee17dc
Reported-by: Alexander Lakhin
Diffstat (limited to 'src/backend/access/nbtree/nbtutils.c')
-rw-r--r--src/backend/access/nbtree/nbtutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/nbtree/nbtutils.c b/src/backend/access/nbtree/nbtutils.c
index 8e9c892f78a..1510b97fbe1 100644
--- a/src/backend/access/nbtree/nbtutils.c
+++ b/src/backend/access/nbtree/nbtutils.c
@@ -1415,7 +1415,7 @@ _bt_checkkeys(IndexScanDesc scan, IndexTuple tuple, int tupnatts,
/*
* Is the key required for scanning for either forward or backward
- * direction? If so and called told us that these types of keys are
+ * direction? If so and caller told us that these types of keys are
* known to be matched, skip the check. Except for the row keys,
* where NULLs could be found in the middle of matching values.
*/