summaryrefslogtreecommitdiff
path: root/soltools/cpp/_getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_getopt.c')
-rw-r--r--soltools/cpp/_getopt.c2
1 files changed, 1 insertions, 1 deletions
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++;
}
}