Index: third_party/crashpad/crashpad/util/win/termination_codes.h |
diff --git a/third_party/crashpad/crashpad/util/win/termination_codes.h b/third_party/crashpad/crashpad/util/win/termination_codes.h |
index 1bcbf5dd812b96dfca2199daf144d9030d0141e3..ce7fdba97ab108ff955a65c0f04cd9df9df57b82 100644 |
--- a/third_party/crashpad/crashpad/util/win/termination_codes.h |
+++ b/third_party/crashpad/crashpad/util/win/termination_codes.h |
@@ -18,7 +18,7 @@ |
namespace crashpad { |
//! \brief Crashpad-specific codes that are used as arguments to |
-//! `TerminateProcess()` in unusual circumstances. |
+//! SafeTerminateProcess() or `TerminateProcess()` in unusual circumstances. |
enum TerminationCodes : unsigned int { |
//! \brief The crash handler did not respond, and the client self-terminated. |
kTerminationCodeCrashNoDump = 0xffff7001, |