diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-08 19:23:28 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-08 19:23:28 -0800 |
commit | 7a04be7771d44a2f7e74210cc39e4df0ccef8d97 (patch) | |
tree | e25e81fe016b4dff51b51f295ed08fd9a9da5157 /tests | |
parent | 47a0276edbf759e008fe06878e778b3defe06343 (diff) |
Update to reflect the name change for Apple's UNIX-for-Macs.
Use "macOS" except when referring to versions that came out when it was
still called "Mac OS X" or "OS X". Rename README.macosx to
README.macos.
Update some comments while we're at it.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/valgrindtest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/valgrindtest.c b/tests/valgrindtest.c index f620e739..c2e3d790 100644 --- a/tests/valgrindtest.c +++ b/tests/valgrindtest.c @@ -35,14 +35,14 @@ * * https://bugs.kde.org/show_bug.cgi?id=318203 * - * and valgrind bug 312989 for OS X: + * and valgrind bug 312989 for macOS: * * https://bugs.kde.org/show_bug.cgi?id=312989 * * The fixes for both of those are checked into the official valgrind * repository. * - * The unofficial FreeBSD port has similar issues to the official OS X + * The unofficial FreeBSD port has similar issues to the official macOS * port, for similar reasons. */ #ifndef lint |