diff options
Diffstat (limited to 'butl/config')
-rw-r--r-- | butl/config | 2 |
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 |