audio/wav: Fix wrong comments (#208)

This commit is contained in:
Hajime Hoshi 2016-04-19 23:19:31 +09:00
parent 242d36a9a4
commit 52fe168111

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package vorbis provides WAV (RIFF) decoder.
// Package wav provides WAV (RIFF) decoder.
package wav
import (