From 6e0f6cf6df077552948fa09b0f414c99e024d00c Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 20 Oct 2011 10:08:59 +0200 Subject: [PATCH] Bug 695102 - fix a comment typo. r=cpearce --- content/media/nsBuiltinDecoderReader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/media/nsBuiltinDecoderReader.h b/content/media/nsBuiltinDecoderReader.h index 00a002ee0264..f846cec95180 100644 --- a/content/media/nsBuiltinDecoderReader.h +++ b/content/media/nsBuiltinDecoderReader.h @@ -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 {