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

Unified Diff: net/log/net_log.cc

Issue 1155433002: Fix some spelling mistakes in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@comment_typo
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | net/log/net_log_event_type_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log.cc
diff --git a/net/log/net_log.cc b/net/log/net_log.cc
index 01f2446a7ccbb64d77c3d84c8f5d704cebe53a69..98ad9cc11ce9f2f640478026b809b4dc08644198 100644
--- a/net/log/net_log.cc
+++ b/net/log/net_log.cc
@@ -17,7 +17,7 @@ namespace net {
namespace {
-// Returns parameters for logging data transferred events. At a minum includes
+// Returns parameters for logging data transferred events. At a minimum includes
// the number of bytes transferred. If the capture mode allows logging byte
// contents and |byte_count| > 0, then will include the actual bytes. The
// bytes are hex-encoded, since base::StringValue only supports UTF-8.
« no previous file with comments | « no previous file | net/log/net_log_event_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698