From 11c7bdb4e410102af298943526a48fffa9a9eb19 Mon Sep 17 00:00:00 2001
From: Neil Conway <neilc@samurai.com>
Date: Sun, 25 Jan 2004 22:19:42 +0000
Subject: [PATCH] Fix an obsolete file path mentioned in a comment.

---
 src/include/strdup.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/strdup.h b/src/include/strdup.h
index fd91939b03f..3b379360bac 100644
--- a/src/include/strdup.h
+++ b/src/include/strdup.h
@@ -2,7 +2,7 @@
    with Postgres.  That strdup() is only needed on those systems that
    don't already have strdup() in their system libraries.
 
-   The Postgres strdup() is in src/utils/strdup.c.
+   The Postgres strdup() is in src/port/strdup.c.
 */
 
 extern char *strdup(char const *);
-- 
GitLab