Fix incorrect comment.
The exploitability rating for a dump is EXPLOITABILITY_NOT_ANALYZED if the exploitability engine in not enabled, not EXPLOITABILITY_NONE. R=ivanpe@chromium.org Review URL: https://codereview.chromium.org/1254333002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1475 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
0b7c158932
commit
4959c18e98
1 changed files with 1 additions and 1 deletions
|
@ -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_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue