diff options
author | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 19:51:59 +0000 |
---|---|---|
committer | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 19:51:59 +0000 |
commit | 686219194ba4effc992edc7d5e6af517192eb5a7 (patch) | |
tree | 3c007d16db75d1c8318627d3e737f683f17eb70a /base | |
parent | 3d9ca6bb2dc35e400da3563fa3989ae78f98e20e (diff) | |
download | chromium_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.h | 2 |
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. |