| Index: third_party/crashpad/crashpad/util/posix/close_multiple.h
|
| diff --git a/third_party/crashpad/crashpad/util/posix/close_multiple.h b/third_party/crashpad/crashpad/util/posix/close_multiple.h
|
| index 2a66f28a83c089b5d7b6d406f92a608421c325d7..baf72b2b6db3e0dbd02f3fe296163aa76a61d29e 100644
|
| --- a/third_party/crashpad/crashpad/util/posix/close_multiple.h
|
| +++ b/third_party/crashpad/crashpad/util/posix/close_multiple.h
|
| @@ -28,8 +28,8 @@ namespace crashpad {
|
| //!
|
| //! Unlike the BSD function, this function may not close file descriptors
|
| //! immediately, but may instead mark them as close-on-exec. The actual behavior
|
| -//! chosen is specific to the operating system. On Mac OS X, file descriptors
|
| -//! are marked close-on-exec instead of being closed outright in order to avoid
|
| +//! chosen is specific to the operating system. On macOS, file descriptors are
|
| +//! marked close-on-exec instead of being closed outright in order to avoid
|
| //! raising `EXC_GUARD` exceptions for guarded file descriptors that are
|
| //! protected against `close()`.
|
| //!
|
|
|