From 349ca46809d2197fb7c11531a456bbb6ba3bf274 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 1 May 2009 13:51:33 +0200 Subject: [PATCH] alsa: Fix a typo in comment. --- alsa_write.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; -- 2.39.5