diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 19:03:43 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 19:03:43 +0000 |
commit | 14e62ae91977234b17d2c3fa301d49c02cbd60ed (patch) | |
tree | e21fbb174dbcf3ba928efbc2c64aa8518459e3b9 /media | |
parent | 692033a35dd662cd04b965cfa31581176ebdcfe6 (diff) | |
download | chromium_src-14e62ae91977234b17d2c3fa301d49c02cbd60ed.zip chromium_src-14e62ae91977234b17d2c3fa301d49c02cbd60ed.tar.gz chromium_src-14e62ae91977234b17d2c3fa301d49c02cbd60ed.tar.bz2 |
Hierarchy. Hierarchy. Hierarchy!!!
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1561020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/base/callback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/callback.h b/media/base/callback.h index 0d47e93..cefcae92 100644 --- a/media/base/callback.h +++ b/media/base/callback.h @@ -9,7 +9,7 @@ // executed and delete in the face of multiple return points in a function. // // TaskToCallbackAdapter converts a Task to a Callback0::Type since the two type -// heirarchies are strangely separate. +// hierarchies are strangely separate. // // CleanupCallback wraps another Callback and provides the ability to register // objects for deletion as well as cleanup tasks that will be run on the |