Skip to content

Commit

Permalink
Fix typo inside comment in base/bind_helpers.h.
Browse files Browse the repository at this point in the history
BUG=

Review URL: https://codereview.chromium.org/259523004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266278 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
tnagel@chromium.org committed Apr 25, 2014
1 parent f03456c commit cd106ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/bind_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//
// ARGUMENT BINDING WRAPPERS
//
// The wrapper functions are base::Unretained(), base::Owned(), bass::Passed(),
// The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
// base::ConstRef(), and base::IgnoreResult().
//
// Unretained() allows Bind() to bind a non-refcounted class, and to disable
Expand Down

0 comments on commit cd106ff

Please sign in to comment.