aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-11-15 10:10:58 -0500
committerRobert Haas <rhaas@postgresql.org>2010-11-15 10:10:58 -0500
commit20cf8ae478c2712d4c211b49868e334357f05356 (patch)
tree094c2d28a00a8effb7d1f5bc4e85270f7837c05b /src
parentae4b17edeebc6670ba222a8cfbb1658d02203d29 (diff)
downloadpostgresql-20cf8ae478c2712d4c211b49868e334357f05356.tar.gz
postgresql-20cf8ae478c2712d4c211b49868e334357f05356.zip
Fix copy-and-pasteo a little more completely.
copydir.c is no longer in src/port
Diffstat (limited to 'src')
-rw-r--r--src/include/storage/copydir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/copydir.h b/src/include/storage/copydir.h
index 35f2f5a8635..b24a98c83ee 100644
--- a/src/include/storage/copydir.h
+++ b/src/include/storage/copydir.h
@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
* copydir.h
- * Header for src/port/copydir.c compatibility functions.
+ * Copy a directory.
*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California