Fix an obsolete file path mentioned in a comment.
authorNeil Conway <neilc@samurai.com>
Sun, 25 Jan 2004 22:19:42 +0000 (22:19 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 25 Jan 2004 22:19:42 +0000 (22:19 +0000)
src/include/strdup.h

index fd91939b03f8dc964f555e0f5df0020ec7c11562..3b379360bac2eddc35a3e7ced3d6c2ae3e1adc16 100644 (file)
@@ -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 *);