From 9c0d40fbc7d01ff46b78b798361bf3a19cc18bdc Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Tue, 27 Nov 2018 11:40:49 +0100 Subject: Rename Mac OS X to official name macOS in comments and documentation Change-Id: I651b7f202fa52ff5f5357a11aa72c43eb7dc7f95 Reviewed-on: https://gerrit.libreoffice.org/64102 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek --- soltools/cpp/_getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soltools') diff --git a/soltools/cpp/_getopt.c b/soltools/cpp/_getopt.c index 8f9181ccad52..b41147c3e1d5 100644 --- a/soltools/cpp/_getopt.c +++ b/soltools/cpp/_getopt.c @@ -49,7 +49,7 @@ int } else if (strcmp(argv[optind], "-isysroot") == 0) { - // skip Mac OS X SDK selection flags + // skip macOS SDK selection flags optind++; optind++; } } -- cgit