replace "Mac OS X" with "macOS"

except in older release notes where the name was actually Mac OS X.
This commit is contained in:
davidak 2017-07-30 12:26:17 +02:00
parent c7654bc491
commit 92bcb61127
6 changed files with 7 additions and 7 deletions

View file

@ -72,7 +72,7 @@ static void dump(const Path & path, Sink & sink, PathFilter & filter)
else if (S_ISDIR(st.st_mode)) {
sink << "type" << "directory";
/* If we're on a case-insensitive system like Mac OS X, undo
/* If we're on a case-insensitive system like macOS, undo
the case hack applied by restorePath(). */
std::map<string, string> unhacked;
for (auto & i : readDirectory(path))