]> code.delx.au - pulseaudio/commitdiff
alsa: fix comment
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Thu, 12 Jan 2012 16:20:03 +0000 (17:20 +0100)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 10 Feb 2012 11:51:31 +0000 (17:21 +0530)
src/modules/alsa/alsa-util.c

index c30a722aa7794a3f7acfdd875266f0df9c271c79..d961fbc383d8f68ccfe4f95276cb46082d79c27b 100644 (file)
@@ -310,8 +310,8 @@ int pa_alsa_set_hw_params(
             pa_log_debug("Maximum hw buffer size is %lu ms", (long unsigned) (max_frames * PA_MSEC_PER_SEC / _ss.rate));
 
         /* Some ALSA drivers really don't like if we set the buffer
-         * size first and the number of periods second. (which would
-         * make a lot more sense to me) So, try a few combinations
+         * size first and the number of periods second (which would
+         * make a lot more sense to me). So, try a few combinations
          * before we give up. */
 
         if (_buffer_size > 0 && _period_size > 0) {