From 91a727a34491e64239155ada46c1e72cbac93bc1 Mon Sep 17 00:00:00 2001
From: Erik Hofman <erik@ehofman.com>
Date: Wed, 1 Jun 2016 10:10:34 +0200
Subject: [PATCH] Fix a comment

---
 simgear/sound/readwav.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
                   
                 }
-- 
2.39.5