]> gitweb @ CieloNegro.org - wavpack.git/blobdiff - Codec/Audio/WavPack/Internal.hs
ConfigInfo
[wavpack.git] / Codec / Audio / WavPack / Internal.hs
index b852a76c74078f41e6260041de7ec853ae5deb78..bb4cd3713e6ee8fabc82cf90a875032f9b22494d 100644 (file)
@@ -70,7 +70,7 @@ log2s !n
 -- zero and can therefore represent both zero and negative
 -- values. They have 8 bits of precision and in \"roundtrip\"
 -- conversions the total error never exceeds 1 part in 225 except for
--- the cases of +/-115 and +/-195 (which error by 1).
+-- the cases of +\/-115 and +\/-195 (which error by 1).
 --
 -- This function returns the log2 for the specified 32-bit unsigned
 -- value. The maximum value allowed is about 0xff800000 and returns