]> git.mxchange.org Git - simgear.git/commitdiff
Fix a comment
authorErik Hofman <erik@ehofman.com>
Wed, 1 Jun 2016 08:10:34 +0000 (10:10 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
simgear/sound/readwav.cxx

index 71ec14b44f09e77602f41a38c9637697c43c96ba..2c73d1144dcd1bce6801914224bac3c204f9fefb 100644 (file)
@@ -319,7 +319,7 @@ namespace
                   compressed = true;
                   codec = codecLinear;
                 } else {
-                  bitsPerSample *= 4; /* uLaw is 16-bit packed into 8 bits */
+                  bitsPerSample *= 4; /* adpcm is 16-bit packed into 4 bits */
                   codec = codecIMA4;
                   
                 }