From: Arun Raghavan Date: Wed, 11 Jan 2012 07:48:20 +0000 (+0530) Subject: orc: Another trivial documentation fix X-Git-Tag: v1.99.1~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51d05b98ff8c24d043615537f38ee77820f80a6d;p=platform%2Fupstream%2Fpulseaudio.git orc: Another trivial documentation fix --- diff --git a/src/pulsecore/svolume.orc b/src/pulsecore/svolume.orc index d0041f3..0edbefb 100644 --- a/src/pulsecore/svolume.orc +++ b/src/pulsecore/svolume.orc @@ -37,7 +37,7 @@ # else # ml = | 0 | (s*vl) >> 16 | (unsigned) # -# vh = | v >> 16 | (signed, but value is always signed +# vh = | v >> 16 | (signed, but sign bit is always zero # since PA_VOLUME_MAX is 0x0fffffff) # mh = | (s * vh) >> 16 | (signed) # ml = | ml + mh | (signed)