aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/random/internal/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/random/internal/platform.h')
-rw-r--r--absl/random/internal/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/random/internal/platform.h b/absl/random/internal/platform.h
index d1ef5c2..a5a42cb 100644
--- a/absl/random/internal/platform.h
+++ b/absl/random/internal/platform.h
@@ -30,7 +30,7 @@
// Linux and Linux-derived __linux__
// Android __ANDROID__ (implies __linux__)
// Linux (non-Android) __linux__ && !__ANDROID__
-// Darwin (Mac OS X and iOS) __APPLE__
+// Darwin (macOS and iOS) __APPLE__
// Akaros (http://akaros.org) __ros__
// Windows _WIN32
// NaCL __native_client__