diff options
author | David Rowley <drowley@postgresql.org> | 2023-04-19 13:50:33 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2023-04-19 13:50:33 +1200 |
commit | 3f58a4e2960a9509036b7d94beab64a747dc59dc (patch) | |
tree | b2e8ef0ecb63cfe29d179685cdc408534d12e235 /src/include/utils/sortsupport.h | |
parent | fcb21b3acdcb9a60313325618fd7080aa36f1626 (diff) | |
download | postgresql-3f58a4e2960a9509036b7d94beab64a747dc59dc.tar.gz postgresql-3f58a4e2960a9509036b7d94beab64a747dc59dc.zip |
Fix various typos and incorrect/outdated name references
Author: Alexander Lakhin
Discussion: https://postgr.es/m/699beab4-a6ca-92c9-f152-f559caf6dc25@gmail.com
Diffstat (limited to 'src/include/utils/sortsupport.h')
-rw-r--r-- | src/include/utils/sortsupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/sortsupport.h b/src/include/utils/sortsupport.h index aaca6634cbe..475ed1d5b82 100644 --- a/src/include/utils/sortsupport.h +++ b/src/include/utils/sortsupport.h @@ -372,7 +372,7 @@ ApplySortAbbrevFullComparator(Datum datum1, bool isNull1, /* * Datum comparison functions that we have specialized sort routines for. - * Datatypes that install these as their comparator or abbrevated comparator + * Datatypes that install these as their comparator or abbreviated comparator * are eligible for faster sorting. */ extern int ssup_datum_unsigned_cmp(Datum x, Datum y, SortSupport ssup); |