Index: chrome/browser/autocomplete/autocomplete_edit_view.h |
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view.h b/chrome/browser/autocomplete/autocomplete_edit_view.h |
index 27c28e742aad56994d1c3d879fc3658f57a9b21f..93982fe568bf8c40aa2b04c39edb80fe5752fb4d 100644 |
--- a/chrome/browser/autocomplete/autocomplete_edit_view.h |
+++ b/chrome/browser/autocomplete/autocomplete_edit_view.h |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
// This file defines the interface class AutocompleteEditView. Each toolkit |
-// will implement the edit view differently, so that code is inherently |
+// will implement the edit view differently, so that code is inheriently |
// platform specific. However, the AutocompleteEditModel needs to do some |
// communication with the view. Since the model is shared between platforms, |
// we need to define an interface that all view implementations will share. |