orc: Another trivial documentation fix
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Wed, 11 Jan 2012 07:48:20 +0000 (13:18 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Wed, 11 Jan 2012 07:48:20 +0000 (13:18 +0530)
src/pulsecore/svolume.orc

index d0041f3..0edbefb 100644 (file)
@@ -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)