summaryrefslogtreecommitdiffstats
path: root/components/history/core/browser/history_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/history/core/browser/history_types.h')
-rw-r--r--components/history/core/browser/history_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/history/core/browser/history_types.h b/components/history/core/browser/history_types.h
index ea8b7ec..a87cc4c1 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;