[pulseaudio-commits] src/pulsecore

Arun Raghavan arun at kemper.freedesktop.org
Tue Jan 10 23:42:32 PST 2012


 src/pulsecore/svolume.orc |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 372c16d6d7753ca88cf4604a977401cc030fdbd5
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Wed Jan 11 13:11:09 2012 +0530

    orc: Trivial documentation typo fix

diff --git a/src/pulsecore/svolume.orc b/src/pulsecore/svolume.orc
index 3411161..d0041f3 100644
--- a/src/pulsecore/svolume.orc
+++ b/src/pulsecore/svolume.orc
@@ -30,12 +30,12 @@
 #     if (sample < 0)
 #          signc = |      0      |      0xffff     | (unsigned)
 #     else
-#          signc = |      0      |        0        | (unsgined)
+#          signc = |      0      |        0        | (unsigned)
 #
 #     if (sample < 0)
-#             ml = |      0      | -((s*vl) >> 16) | (unsgined)
+#             ml = |      0      | -((s*vl) >> 16) | (unsigned)
 #     else
-#             ml = |      0      |   (s*vl) >> 16  | (unsgined)
+#             ml = |      0      |   (s*vl) >> 16  | (unsigned)
 #
 #             vh =               |      v >> 16    | (signed, but value is always signed
 #                                                     since PA_VOLUME_MAX is 0x0fffffff)



More information about the pulseaudio-commits mailing list