summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-30 13:49:21 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-30 13:49:21 -0400
commit0f9dd9627aa9f5095164a73e84905bb4af4bfc8f (patch)
treef58c8ceac394c2e7ef05c6695596ed4151b2c905 /config
parentb614af3f6fd2831303764966ad8b2be0f08300af (diff)
downloadlibgd-0f9dd9627aa9f5095164a73e84905bb4af4bfc8f.tar.gz
use current macOS naming style consistently
Diffstat (limited to 'config')
-rwxr-xr-xconfig/getlib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/getlib.sh b/config/getlib.sh
index 5070e30..c4bd4bc 100755
--- a/config/getlib.sh
+++ b/config/getlib.sh
@@ -11,7 +11,7 @@ GDLIB_REVISION=$("${GETVER}" RELEASE)
GDLIB_LT_CURRENT=3
# This is the version where the soname (current above) changes. We use it
# to reset the revision base back to zero. It's a bit of a pain, but some
-# systems restrict the revision range below to [0..255] (like OS X).
+# systems restrict the revision range below to [0..255] (like macOS).
GDLIB_PREV_MAJOR=2
GDLIB_PREV_MINOR=2
# This isn't 100% correct, but it tends to be a close enough approximation