From 06049448d94cf8a73c43755e6b929b4f871e2cbd Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 15 Mar 2017 12:21:45 -0400 Subject: Be on brand: it's macOS (#3456) * Be on brand: it's macOS * line wrap --- src/_cffi_src/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/_cffi_src') diff --git a/src/_cffi_src/utils.py b/src/_cffi_src/utils.py index 00c8badb..3a4dd773 100644 --- a/src/_cffi_src/utils.py +++ b/src/_cffi_src/utils.py @@ -90,7 +90,7 @@ def extra_link_args(compiler_type): def compiler_type(): """ Gets the compiler type from distutils. On Windows with MSVC it will be - "msvc". On OS X and linux it is "unix". + "msvc". On macOS and linux it is "unix". """ dist = Distribution() dist.parse_config_files() -- cgit v1.2.3