comment-typo.patch

text/plain

Filename: comment-typo.patch
Type: text/plain
Part: 0
Message: Typo in comment

Patch

Format: unified
File+
src/backend/catalog/partition.c 1 1
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index 07fdf66..fa69995 100644
--- a/src/backend/catalog/partition.c
+++ b/src/backend/catalog/partition.c
@@ -2601,7 +2601,7 @@ qsort_partition_rbound_cmp(const void *a, const void *b, void *arg)
 /*
  * partition_rbound_cmp
  *
- * Return for two range bounds whether the 1st one (specified in datum1,
+ * Return for two range bounds whether the 1st one (specified in datums1,
  * kind1, and lower1) is <, =, or > the bound specified in *b2.
  *
  * Note that if the values of the two range bounds compare equal, then we take