Skip to content

Commit 669820a

Browse files
committed
Fix typo in comment
Arthur Zakirov, confirmed by Thomas Munro
1 parent 056a5a3 commit 669820a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/cache/typcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ typedef struct SharedTypmodTableEntry
198198
} SharedTypmodTableEntry;
199199

200200
/*
201-
* A comparator function for SharedTupleDescTableKey.
201+
* A comparator function for SharedRecordTableKey.
202202
*/
203203
static int
204204
shared_record_table_compare(const void *a, const void *b, size_t size,

0 commit comments

Comments
 (0)