]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
alsa: Fix a typo in comment.
authorAndre Noll <maan@systemlinux.org>
Fri, 1 May 2009 11:51:33 +0000 (13:51 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 1 May 2009 11:51:33 +0000 (13:51 +0200)
alsa_write.c

index f63b7a5eb43261183c3ee0e0920c5d23c20afa9e..4bf89297f77badcdc737e56a2fcaa888cdaef56e 100644 (file)
@@ -45,8 +45,8 @@ struct private_alsa_write_data {
         */
        unsigned samplerate;
        /**
-        * the number of channels, also given by command line option or the
-        * decoder of the writer node group
+        * The number of channels, given by command line option or the
+        * decoder of the writer node group.
         */
        unsigned channels;
 };