summaryrefslogtreecommitdiffstats
path: root/base/histogram.h
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-28 18:55:38 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-28 18:55:38 +0000
commit34ee48ff838834c4986ae4ad439616e74d06e6f9 (patch)
tree272c09b7a9af1a8acc063d184f91eb57c2eeecfa /base/histogram.h
parent7c2213757df4f459e51dfa43e14b2fd0720f2559 (diff)
downloadchromium_src-34ee48ff838834c4986ae4ad439616e74d06e6f9.zip
chromium_src-34ee48ff838834c4986ae4ad439616e74d06e6f9.tar.gz
chromium_src-34ee48ff838834c4986ae4ad439616e74d06e6f9.tar.bz2
Typo spelling in comment corrected.
TBR=raman.tenneti Review URL: http://codereview.chromium.org/515042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/histogram.h')
-rw-r--r--base/histogram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/histogram.h b/base/histogram.h
index fa998f2..6e415a0 100644
--- a/base/histogram.h
+++ b/base/histogram.h
@@ -432,7 +432,7 @@ class Histogram : public base::RefCountedThreadSafe<Histogram> {
// 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]