summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2018-05-14 16:59:43 +0000
committerMagnus Hagander2018-05-14 16:59:43 +0000
commitfc2a41e23e10f2338be4907f71c277ea09526680 (patch)
treefff91b7f0fbc128d2de3b31ea02d0271dcc4ef10
parent93316299d6a185bed0a4be5376508fe2f7e6b2d6 (diff)
Fix file paths in comments
Author: Daniel Gustafsson <[email protected]>
-rw-r--r--src/backend/utils/adt/inet_cidr_ntop.c2
-rw-r--r--src/port/inet_net_ntop.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/adt/inet_cidr_ntop.c b/src/backend/utils/adt/inet_cidr_ntop.c
index 30b3673789f..5a30df16e54 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 f27fda96ca1..90dfeed42dc 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)