[pulseaudio-discuss] [PATCH] pulse: Fix for volume documentation

Flavio Ceolin flavio.ceolin at profusion.mobi
Thu Aug 9 11:52:52 PDT 2012


Fixing the documentation for the function pa_cvolume_dec().
---
 src/pulse/volume.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pulse/volume.h b/src/pulse/volume.h
index 5f84360..324dc94 100644
--- a/src/pulse/volume.h
+++ b/src/pulse/volume.h
@@ -373,7 +373,7 @@ pa_cvolume* pa_cvolume_inc_clamp(pa_cvolume *v, pa_volume_t inc, pa_volume_t lim
  * the channels are kept. \since 0.9.16 */
 pa_cvolume* pa_cvolume_inc(pa_cvolume *v, pa_volume_t inc);
 
-/** Increase the volume passed in by 'inc'. The proportions between
+/** Decrease the volume passed in by 'dec'. The proportions between
  * the channels are kept. \since 0.9.16 */
 pa_cvolume* pa_cvolume_dec(pa_cvolume *v, pa_volume_t dec);
 
-- 
1.7.11.2



More information about the pulseaudio-discuss mailing list