From: Erik Hofman Date: Wed, 1 Jun 2016 08:10:34 +0000 (+0200) Subject: Fix a comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=91a727a34491e64239155ada46c1e72cbac93bc1;p=simgear.git Fix a comment --- diff --git a/simgear/sound/readwav.cxx b/simgear/sound/readwav.cxx index 71ec14b4..2c73d114 100644 --- a/simgear/sound/readwav.cxx +++ b/simgear/sound/readwav.cxx @@ -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; }