From: Magnus Hagander Date: Mon, 14 May 2018 16:59:43 +0000 (+0200) Subject: Fix file paths in comments X-Git-Tag: REL_11_BETA1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc2a41e23e10f2338be4907f71c277ea09526680;p=postgresql Fix file paths in comments Author: Daniel Gustafsson --- diff --git a/src/backend/utils/adt/inet_cidr_ntop.c b/src/backend/utils/adt/inet_cidr_ntop.c index 30b3673789..5a30df16e5 100644 --- a/src/backend/utils/adt/inet_cidr_ntop.c +++ b/src/backend/utils/adt/inet_cidr_ntop.c @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * src/backend/utils/adt/inet_net_ntop.c + * src/backend/utils/adt/inet_cidr_ntop.c */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/src/port/inet_net_ntop.c b/src/port/inet_net_ntop.c index f27fda96ca..90dfeed42d 100644 --- a/src/port/inet_net_ntop.c +++ b/src/port/inet_net_ntop.c @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * src/backend/utils/adt/inet_net_ntop.c + * src/port/inet_net_ntop.c */ #if defined(LIBC_SCCS) && !defined(lint)