Index: chrome/browser/search_engines/search_provider_install_data.h |
diff --git a/chrome/browser/search_engines/search_provider_install_data.h b/chrome/browser/search_engines/search_provider_install_data.h |
index 69dd52895d1bc25434b11e743546b171d1055d5f..84e34739fea7bd2ff28f3483dfc6240cc57e7dc5 100644 |
--- a/chrome/browser/search_engines/search_provider_install_data.h |
+++ b/chrome/browser/search_engines/search_provider_install_data.h |
@@ -41,7 +41,7 @@ class SearchProviderInstallData : public WebDataServiceConsumer, |
INSTALLED_AS_DEFAULT = 2 |
}; |
- // |ui_death_notification| and |ui_death_source| indentify a notification that |
+ // |ui_death_notification| and |ui_death_source| identify a notification that |
// may be observed on the UI thread to know when this class no longer needs to |
// be kept up to date. (Note that this class may be deleted before or after |
// that notification occurs. It doesn't matter.) |