Commit 9a12ad04 authored by Robert Haas's avatar Robert Haas

Fix typos.

Brandur Leach
parent 64d4da51
...@@ -398,7 +398,8 @@ macaddr_fast_cmp(Datum x, Datum y, SortSupport ssup) ...@@ -398,7 +398,8 @@ macaddr_fast_cmp(Datum x, Datum y, SortSupport ssup)
/* /*
* SortSupport abbreviated key comparison function. Compares two MAC addresses * SortSupport abbreviated key comparison function. Compares two MAC addresses
* quickly by treating them like integers, and without having to go the heap. * quickly by treating them like integers, and without having to go to the
* heap.
*/ */
static int static int
macaddr_cmp_abbrev(Datum x, Datum y, SortSupport ssup) macaddr_cmp_abbrev(Datum x, Datum y, SortSupport ssup)
...@@ -477,7 +478,7 @@ macaddr_abbrev_abort(int memtupcount, SortSupport ssup) ...@@ -477,7 +478,7 @@ macaddr_abbrev_abort(int memtupcount, SortSupport ssup)
} }
/* /*
* SortSupport converstion routine. Converts original macaddr representation * SortSupport conversion routine. Converts original macaddr representation
* to abbreviated key representation. * to abbreviated key representation.
* *
* Packs the bytes of a 6-byte MAC address into a Datum and treats it as an * Packs the bytes of a 6-byte MAC address into a Datum and treats it as an
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment