| Index: third_party/crashpad/crashpad/client/prune_crash_reports.h
|
| diff --git a/third_party/crashpad/crashpad/client/prune_crash_reports.h b/third_party/crashpad/crashpad/client/prune_crash_reports.h
|
| index b66e934939b56e8b50d8576616d1fb22b69ab6f3..6dac5f3002b3a3102903e64b04537b9137756b61 100644
|
| --- a/third_party/crashpad/crashpad/client/prune_crash_reports.h
|
| +++ b/third_party/crashpad/crashpad/client/prune_crash_reports.h
|
| @@ -111,7 +111,7 @@ class DatabaseSizePruneCondition final : public PruneCondition {
|
| DISALLOW_COPY_AND_ASSIGN(DatabaseSizePruneCondition);
|
| };
|
|
|
| -//! \breif A PruneCondition that conjoins two other PruneConditions.
|
| +//! \brief A PruneCondition that conjoins two other PruneConditions.
|
| class BinaryPruneCondition final : public PruneCondition {
|
| public:
|
| enum Operator {
|
|
|