Index: util/mac/launchd.h |
diff --git a/util/mac/launchd.h b/util/mac/launchd.h |
index f9876e2d9f1a7072c36db87e220191f6599bb97b..11340bf6b1d1a169e9c99d67612ea20e90d38b7b 100644 |
--- a/util/mac/launchd.h |
+++ b/util/mac/launchd.h |
@@ -26,7 +26,7 @@ namespace crashpad { |
//! \param[in] property_cf The Core Foundation-type property list to convert. |
//! |
//! \return The converted launchd-type `launch_data_t`. The caller takes |
-//! ownership of the returned value. On error, returns `NULL`. |
+//! ownership of the returned value. On error, returns `nullptr`. |
//! |
//! \note This function handles all `CFPropertyListRef` types except for |
//! `CFDateRef`, because there’s no `launch_data_type_t` analogue. Not all |