diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 18:37:51 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 18:37:51 +0000 |
commit | b930d13574dc5dd5a7f6a2ea706f58d9f00959cc (patch) | |
tree | 670156bb42dfcf3876182d07bb60e88418e73f08 /base/values.h | |
parent | 3f09649ae0477cf182033a8d3d507716372c31ad (diff) | |
download | chromium_src-b930d13574dc5dd5a7f6a2ea706f58d9f00959cc.zip chromium_src-b930d13574dc5dd5a7f6a2ea706f58d9f00959cc.tar.gz chromium_src-b930d13574dc5dd5a7f6a2ea706f58d9f00959cc.tar.bz2 |
Update some comments/nits following r7486.
Review URL: http://codereview.chromium.org/17047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/values.h')
-rw-r--r-- | base/values.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/values.h b/base/values.h index ebd2117..6f2f9df 100644 --- a/base/values.h +++ b/base/values.h @@ -321,7 +321,7 @@ class ListValue : public Value { // Removes the Value with the specified index from this list. // If |out_value| is non-NULL, the removed Value AND ITS OWNERSHIP will be - // passed out via out_value. If |out_value| is NULL, the removed value will + // passed out via |out_value|. If |out_value| is NULL, the removed value will // be deleted. This method returns true if |index| is valid; otherwise // it will return false and the ListValue object will be unchanged. bool Remove(size_t index, Value** out_value); |