Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9a12ad0

Browse files
committed
Fix typos.
Brandur Leach
1 parent 64d4da5 commit 9a12ad0

File tree

1 file changed

+3
-2
lines changed
  • src/backend/utils/adt

1 file changed

+3
-2
lines changed

src/backend/utils/adt/mac.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ macaddr_fast_cmp(Datum x, Datum y, SortSupport ssup)
398398

399399
/*
400400
* SortSupport abbreviated key comparison function. Compares two MAC addresses
401-
* quickly by treating them like integers, and without having to go the heap.
401+
* quickly by treating them like integers, and without having to go to the
402+
* heap.
402403
*/
403404
static int
404405
macaddr_cmp_abbrev(Datum x, Datum y, SortSupport ssup)
@@ -477,7 +478,7 @@ macaddr_abbrev_abort(int memtupcount, SortSupport ssup)
477478
}
478479

479480
/*
480-
* SortSupport converstion routine. Converts original macaddr representation
481+
* SortSupport conversion routine. Converts original macaddr representation
481482
* to abbreviated key representation.
482483
*
483484
* Packs the bytes of a 6-byte MAC address into a Datum and treats it as an

0 commit comments

Comments
 (0)