Chromium Code Reviews| Index: url/url_parse_internal.h |
| diff --git a/url/url_parse_internal.h b/url/url_parse_internal.h |
| index f1e09600b9dd541de01412db4648449ed9923e16..76308780c46e75fb5a7bf40fceb318012ab16320 100644 |
| --- a/url/url_parse_internal.h |
| +++ b/url/url_parse_internal.h |
| @@ -11,7 +11,7 @@ |
| namespace url { |
| -// We treat slashes and backslashes the same for IE compatability. |
| +// We treat slashes and backslashes the same for IE compatibility. |
| inline bool IsURLSlash(base::char16 ch) { |
| return ch == '/' || ch == '\\'; |
| } |