summaryrefslogtreecommitdiff
path: root/src/port/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/README')
-rw-r--r--src/port/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/README b/src/port/README
index 58fb32d9f9..4ae96da015 100644
--- a/src/port/README
+++ b/src/port/README
@@ -28,5 +28,5 @@ 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 Darwin use an export list to
+dependency is a problem. Windows, Linux, and macOS use an export list to
control the symbols exported by libpq.