Index: util/mach/exc_client_variants.h |
diff --git a/util/mach/exc_client_variants.h b/util/mach/exc_client_variants.h |
index 6c240997477982a657b60e7bf264d03b0e1e6d92..f797f448d77edc5d86e9e918d6916db073ace324 100644 |
--- a/util/mach/exc_client_variants.h |
+++ b/util/mach/exc_client_variants.h |
@@ -51,7 +51,7 @@ namespace crashpad { |
//! message will carry thread state information, when it has the value |
//! `EXCEPTION_STATE` or `EXCEPTION_STATE_IDENTITY`, possibly with |
//! `MACH_EXCEPTION_CODES` also set. In other cases, these parameters are unused |
-//! and may be set to `0` (\a old_state_count) or `NULL` (the remaining |
+//! and may be set to `0` (\a old_state_count) or `nullptr` (the remaining |
//! parameters). |
//! |
//! \param[in] behavior The exception behavior, which dictates which function |