diff --git a/src/google_breakpad/processor/process_state.h b/src/google_breakpad/processor/process_state.h index ac3b6039..728656f2 100644 --- a/src/google_breakpad/processor/process_state.h +++ b/src/google_breakpad/processor/process_state.h @@ -180,7 +180,7 @@ class ProcessState { // The exploitability rating as determined by the exploitability // engine. When the exploitability engine is not enabled this - // defaults to EXPLOITABILITY_NONE. + // defaults to EXPLOITABILITY_NOT_ANALYZED. ExploitabilityRating exploitability_; };