Bug 695102 - fix a comment typo. r=cpearce

This commit is contained in:
Ralph Giles 2011-10-20 10:08:59 +02:00
parent 6ad188dfaf
commit 6e0f6cf6df

View File

@ -385,7 +385,7 @@ private:
};
// Encapsulates the decoding and reading of media data. Reading can only be
// done on the decode thread thread. Never hold the decoder monitor when
// done on the decode thread. Never hold the decoder monitor when
// calling into this class. Unless otherwise specified, methods and fields of
// this class can only be accessed on the decode thread.
class nsBuiltinDecoderReader : public nsRunnable {