aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-04-28 04:39:41 +0000
committerBruce Momjian <bruce@momjian.us>2006-04-28 04:39:41 +0000
commit83b692d9bb50a0003b192b82ac82b39904ba2d66 (patch)
tree22963895eace174513086dfae41cbdea05c6960a /src
parente81b7b1dac6c308f58d4090989117bd0f1b8f066 (diff)
downloadpostgresql-83b692d9bb50a0003b192b82ac82b39904ba2d66.tar.gz
postgresql-83b692d9bb50a0003b192b82ac82b39904ba2d66.zip
Darin -> Darwin.
Diffstat (limited to 'src')
-rw-r--r--src/port/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/README b/src/port/README
index 838584823eb..6a8cf5fd679 100644
--- a/src/port/README
+++ b/src/port/README
@@ -23,6 +23,6 @@ applications.
from libpgport are linked first. This avoids having applications
dependent on symbols that are _used_ by libpq, but not intended to be
exported by libpq. libpq's libpgport usage changes over time, so such a
-dependency is a problem. Win32, Linux, and Darin use an export list to
+dependency is a problem. Win32, Linux, and Darwin use an export list to
control the symbols exported by libpq.