summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 19:51:59 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 19:51:59 +0000
commit686219194ba4effc992edc7d5e6af517192eb5a7 (patch)
tree3c007d16db75d1c8318627d3e737f683f17eb70a /base
parent3d9ca6bb2dc35e400da3563fa3989ae78f98e20e (diff)
downloadchromium_src-686219194ba4effc992edc7d5e6af517192eb5a7.zip
chromium_src-686219194ba4effc992edc7d5e6af517192eb5a7.tar.gz
chromium_src-686219194ba4effc992edc7d5e6af517192eb5a7.tar.bz2
Small comment updates. No code change.
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/string_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/string_util.h b/base/string_util.h
index 0ae0185..d1767f9 100644
--- a/base/string_util.h
+++ b/base/string_util.h
@@ -164,7 +164,7 @@ TrimPositions TrimWhitespace(const std::string& input,
// Searches for CR or LF characters. Removes all contiguous whitespace
// strings that contain them. This is useful when trying to deal with text
// copied from terminals.
-// Returns |text, with the following three transformations:
+// Returns |text|, with the following three transformations:
// (1) Leading and trailing whitespace is trimmed.
// (2) If |trim_sequences_with_line_breaks| is true, any other whitespace
// sequences containing a CR or LF are trimmed.