Index: url/url_canon_internal.cc |
diff --git a/url/url_canon_internal.cc b/url/url_canon_internal.cc |
index 8592cea39aea061dc98cd1b7c214ece388f669ec..15f93f77c71574dee0719d4f18b1e1b0c26b14e6 100644 |
--- a/url/url_canon_internal.cc |
+++ b/url/url_canon_internal.cc |
@@ -74,7 +74,7 @@ void DoOverrideComponent(const char* override_source, |
// not actually set the output character pointer. |
// |
// The input is converted to UTF-8 at the end of the given buffer as a temporary |
-// holding place. The component indentifying the portion of the buffer used in |
+// holding place. The component identifying the portion of the buffer used in |
// the |utf8_buffer| will be specified in |*dest_component|. |
// |
// This will not actually set any |dest| pointer like DoOverrideComponent |