Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: url/url_canon_pathurl.cc

Issue 1270443006: Proof-read comments in src/url/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: url/url_canon_pathurl.cc
diff --git a/url/url_canon_pathurl.cc b/url/url_canon_pathurl.cc
index 0d23ccb0e1155434745829eceb1b7c632119c780..494fbdafb1689d02dab45b45a5a33b73352bfd27 100644
--- a/url/url_canon_pathurl.cc
+++ b/url/url_canon_pathurl.cc
@@ -14,7 +14,7 @@ namespace url {
namespace {
// Canonicalize the given |component| from |source| into |output| and
-// |new_component|. If |separator| is non-zero, it is pre-pended to |ouput|
+// |new_component|. If |separator| is non-zero, it is pre-pended to |output|
// prior to the canonicalized component; i.e. for the '?' or '#' characters.
template<typename CHAR, typename UCHAR>
bool DoCanonicalizePathComponent(const CHAR* source,
« url/gurl.h ('K') | « url/url_canon_path.cc ('k') | url/url_canon_query.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698