summaryrefslogtreecommitdiffstats
path: root/src/libutil/archive.cc
diff options
context:
space:
mode:
authordavidak <git@davidak.de>2017-07-30 12:26:17 +0200
committerdavidak <git@davidak.de>2017-07-30 12:26:17 +0200
commit92bcb61127abd9da6ee1c11a53bf7b8da72f0c57 (patch)
treec682021ecae6fa64f5dd9346ff7f98c99fe349ac /src/libutil/archive.cc
parentc7654bc491d9ce7c1fbadecd7769418fa79a2060 (diff)
replace "Mac OS X" with "macOS"
except in older release notes where the name was actually Mac OS X.
Diffstat (limited to 'src/libutil/archive.cc')
-rw-r--r--src/libutil/archive.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/archive.cc b/src/libutil/archive.cc
index e0e6f5dfd..ed48c1349 100644
--- a/src/libutil/archive.cc
+++ b/src/libutil/archive.cc
@@ -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))