summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/splay/mpegAudioHeader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/lib/splay/mpegAudioHeader.cpp')
-rw-r--r--mpeglib/lib/splay/mpegAudioHeader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/splay/mpegAudioHeader.cpp b/mpeglib/lib/splay/mpegAudioHeader.cpp
index 7e34b212..31e97563 100644
--- a/mpeglib/lib/splay/mpegAudioHeader.cpp
+++ b/mpeglib/lib/splay/mpegAudioHeader.cpp
@@ -116,7 +116,7 @@ int MpegAudioHeader::parseHeader(unsigned char* buf){
inputstereo= (mode==_MODE_SINGLE)?0:1;
//
- // frequency can be 0,1 or 2 but the mask above allows 3 as well
+ // frequency can be 0,1 or 2 but the tqmask above allows 3 as well
// check now.
if (frequency > 2) {
DEBUG_HEADER(cout << "frequency value out of range"<<endl;)