| Index: components/history/core/browser/history_types.h
|
| diff --git a/components/history/core/browser/history_types.h b/components/history/core/browser/history_types.h
|
| index ea8b7ec1783748d392731acb29b6963e1aaf175c..a87cc4c12f20f38a8d9e1e82adb3cc0b93399b19 100644
|
| --- a/components/history/core/browser/history_types.h
|
| +++ b/components/history/core/browser/history_types.h
|
| @@ -296,7 +296,7 @@ struct QueryURLResult {
|
| // HistoryBackend::GetVisibleVisitCountToHost.
|
| struct VisibleVisitCountToHostResult {
|
| // Indicates whether the call to HistoryBackend::GetVisibleVisitCountToHost
|
| - // was successfull or not. If false, then both |count| and |first_visit| are
|
| + // was successful or not. If false, then both |count| and |first_visit| are
|
| // undefined.
|
| bool success;
|
| int count;
|
|
|