1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Minor spelling correction in comment

Jon Nelson
This commit is contained in:
Simon Riggs 2017-03-23 15:29:42 +00:00
parent 6912acc04f
commit 232c532213

View 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