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

Unified Diff: base/histogram.h

Issue 515042: Typo spelling in comment corrected. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/histogram.h
===================================================================
--- base/histogram.h (revision 35302)
+++ base/histogram.h (working copy)
@@ -432,7 +432,7 @@
// ASCII version of original name given to the constructor. All identically
// named instances will be coalesced cross-project TODO(jar).
// If a user needs one histogram name to be called by several places in a
- // single process, a central function should be defined by teh user, which
+ // single process, a central function should be defined by the user, which
// defins the single declared instance of the named histogram.
const std::string histogram_name_;
Sample declared_min_; // Less than this goes into counts_[0]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698