diff options
Diffstat (limited to 'src/google_breakpad/processor')
-rw-r--r-- | src/google_breakpad/processor/process_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_; }; |