Index: url/url_canon_internal.h |
diff --git a/url/url_canon_internal.h b/url/url_canon_internal.h |
index 95fe2c0e4cb442c95c3012449c0c243fe524af97..b76f8879fcc2c3d29c06d2a886636ad397e8cd4f 100644 |
--- a/url/url_canon_internal.h |
+++ b/url/url_canon_internal.h |
@@ -385,7 +385,7 @@ void SetupOverrideComponents(const char* base, |
// |source| will point into this buffer, which could be invalidated if |
// additional data is added and the CanonOutput resizes its buffer. |
// |
-// Returns true on success. Fales means that the input was not valid UTF-16, |
+// Returns true on success. False means that the input was not valid UTF-16, |
// although we will have still done the override with "invalid characters" in |
// place of errors. |
bool SetupUTF16OverrideComponents(const char* base, |