]> granicus.if.org Git - postgresql/commitdiff
Fix typos.
authorRobert Haas <rhaas@postgresql.org>
Sat, 1 Apr 2017 00:17:47 +0000 (20:17 -0400)
committerRobert Haas <rhaas@postgresql.org>
Sat, 1 Apr 2017 00:18:11 +0000 (20:18 -0400)
Brandur Leach

src/backend/utils/adt/mac.c

index 1b5b5188093d45b7ed241d911ca277a56104c322..eff4529a6a8891e3f8452f1502ca1d2a285ac790 100644 (file)
@@ -398,7 +398,8 @@ macaddr_fast_cmp(Datum x, Datum y, SortSupport ssup)
 
 /*
  * 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
 macaddr_cmp_abbrev(Datum x, Datum y, 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.
  *
  * Packs the bytes of a 6-byte MAC address into a Datum and treats it as an