aboutsummaryrefslogtreecommitdiff
path: root/butl/config
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-29 03:32:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-01-05 15:53:29 +0300
commitc61d6e14c08fec7658dbdc33c16b5feeece08fbf (patch)
treef090dbd27fadabebf0d685ad6bd3f9a899b18fa7 /butl/config
parent0e8c95a08f87922575c9f400399258dba54df1ca (diff)
Add process_exit
Diffstat (limited to 'butl/config')
-rw-r--r--butl/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/config b/butl/config
index dabbdc7..98546d9 100644
--- a/butl/config
+++ b/butl/config
@@ -33,7 +33,7 @@
//
// Clang's libc++ seems to have it for a while (but not before 1200) so we
// assume it's there from 1200 (it doesn't define a feature test macros). But
-// not for Mac OS X, where it is explicitly marked unavailable until version
+// not for MacOS, where it is explicitly marked as unavailable until MacOS
// 10.12.
//
#elif defined(_LIBCPP_VERSION) && _LIBCPP_VERSION >= 1200