From: Andre Noll Date: Fri, 1 May 2009 11:51:33 +0000 (+0200) Subject: alsa: Fix a typo in comment. X-Git-Tag: v0.3.4~8 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=349ca46809d2197fb7c11531a456bbb6ba3bf274 alsa: Fix a typo in comment. --- diff --git a/alsa_write.c b/alsa_write.c index f63b7a5e..4bf89297 100644 --- a/alsa_write.c +++ b/alsa_write.c @@ -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; };