Index: util/mach/mach_message_server.h |
diff --git a/util/mach/mach_message_server.h b/util/mach/mach_message_server.h |
index 65de85c0cdc19146ee933eb4af18d98411dd064b..484ee8bb16ec33e86a10dec561e370306d8763f6 100644 |
--- a/util/mach/mach_message_server.h |
+++ b/util/mach/mach_message_server.h |
@@ -157,8 +157,8 @@ class MachMessageServer { |
//! #kPersistent, the timeout applies to the overall duration of this |
//! function, not to any individual `mach_msg()` call. |
//! |
- //! \return On success, `KERN_SUCCESS` (when \a persistent is #kOneShot) or |
- //! `MACH_RCV_TIMED_OUT` (when \a persistent is #kOneShot and \a |
+ //! \return On success, `MACH_MSG_SUCCESS` (when \a persistent is #kOneShot) |
+ //! or `MACH_RCV_TIMED_OUT` (when \a persistent is #kOneShot and \a |
//! timeout_ms is not #kMachMessageTimeoutWaitIndefinitely). This function |
//! has no successful return value when \a persistent is #kPersistent and |
//! \a timeout_ms is #kMachMessageTimeoutWaitIndefinitely. On failure, |