projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda0ca9
)
alsa: Fix a typo in comment.
author
Andre Noll
<maan@systemlinux.org>
Fri, 1 May 2009 11:51:33 +0000
(13:51 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 1 May 2009 11:51:33 +0000
(13:51 +0200)
alsa_write.c
patch
|
blob
|
history
diff --git
a/alsa_write.c
b/alsa_write.c
index
f63b7a5
..
4bf8929
100644
(file)
--- 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;
};