]> granicus.if.org Git - postgresql/commitdiff
Minor spelling correction in comment
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 23 Mar 2017 15:29:42 +0000 (15:29 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 23 Mar 2017 15:29:42 +0000 (15:29 +0000)
Jon Nelson

src/backend/utils/adt/network.c

index 2459adcf9fdaddd088ef7f7f3dfed56597ebcdcd..5573c340973832d4b2fdcce4f54cc80d8dfbf6b7 100644 (file)
@@ -1095,7 +1095,7 @@ network_scan_first(Datum in)
 
 /*
  * return "last" IP on a given network. It's the broadcast address,
- * however, masklen has to be set to its max btis, since
+ * however, masklen has to be set to its max bits, since
  * 192.168.0.255/24 is considered less than 192.168.0.255/32
  *
  * inet_set_masklen() hacked to max out the masklength to 128 for IPv6