diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index 2093a38fe6..7493043348 100644 --- a/src/include/access/nbtree.h +++ b/src/include/access/nbtree.h @@ -656,7 +656,7 @@ BTreeTupleGetHeapTID(IndexTuple itup) /* * Get maximum heap TID attribute, which could be the only TID in the case of - * a non-pivot tuple that does not have a posting list tuple. + * a non-pivot tuple that does not have a posting list. * * Works with non-pivot tuples only. */