commit | 2bc727de36df5826011630b13e1ae86f349f1486 | [log] [tgz] |
---|---|---|
author | qyearsley <[email protected]> | Fri Aug 14 20:17:15 2015 |
committer | Commit bot <[email protected]> | Fri Aug 14 20:17:42 2015 |
tree | 9bbc2727a3b579a4c0454d249dafd118b07a523f | |
parent | 1c92d5b76e02a23ca199ad912be42976335d1691 [diff] [blame] |
Proof-read comments in src/url/. Review URL: https://codereview.chromium.org/1270443006 Cr-Commit-Position: refs/heads/master@{#343473}
diff --git a/url/url_parse_internal.h b/url/url_parse_internal.h index f1e0960..7630878 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 == '\\'; }