diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2017-03-23 15:29:42 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2017-03-23 15:29:42 +0000 |
commit | 232c532213446701583e015ca55b5afb9c291445 (patch) | |
tree | 9c9c6602935dff2e3ff8b41058e3feed5d7afd0b | |
parent | 6912acc04f0bbcfdb799a120618507601e862490 (diff) | |
download | postgresql-232c532213446701583e015ca55b5afb9c291445.tar.gz postgresql-232c532213446701583e015ca55b5afb9c291445.zip |
Minor spelling correction in comment
Jon Nelson
-rw-r--r-- | src/backend/utils/adt/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/network.c b/src/backend/utils/adt/network.c index 2459adcf9fd..5573c340973 100644 --- a/src/backend/utils/adt/network.c +++ b/src/backend/utils/adt/network.c @@ -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 |