From 92bcb61127abd9da6ee1c11a53bf7b8da72f0c57 Mon Sep 17 00:00:00 2001 From: davidak Date: Sun, 30 Jul 2017 12:26:17 +0200 Subject: replace "Mac OS X" with "macOS" except in older release notes where the name was actually Mac OS X. --- src/libutil/archive.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libutil/archive.cc b/src/libutil/archive.cc index e0e6f5dfd73c..ed48c1349d85 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 unhacked; for (auto & i : readDirectory(path)) -- cgit 1.4.1