summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Meerwald <p.meerwald@bct-electronic.com>2012-04-06 15:06:26 +0200
committerTanu Kaskinen <tanuk@iki.fi>2012-04-17 18:15:03 +0300
commit202b7e3abbaaa31a6622512afb04dead1779a969 (patch)
treee7601dddc9697b5657664bf5729f5e5d68424d8b
parente724bcdb73006cb532c15d677bd33c0fd54c85a4 (diff)
downloadpulseaudio-202b7e3abbaaa31a6622512afb04dead1779a969.tar.gz
echo-cancel: Upper/lowercase in comment.
-rw-r--r--src/modules/echo-cancel/module-echo-cancel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/echo-cancel/module-echo-cancel.c b/src/modules/echo-cancel/module-echo-cancel.c
index d977ef9a0..31d8433bb 100644
--- a/src/modules/echo-cancel/module-echo-cancel.c
+++ b/src/modules/echo-cancel/module-echo-cancel.c
@@ -164,8 +164,8 @@ static const pa_echo_canceller ec_table[] = {
* samples (because else the echo canceler does not work) or when the
* playback pointer drifts too far away.
*
- * 2) periodically check the difference between capture and playback. we use a
- * low and high watermark for adjusting the alignment. playback should always
+ * 2) periodically check the difference between capture and playback. We use a
+ * low and high watermark for adjusting the alignment. Playback should always
* be before capture and the difference should not be bigger than one frame
* size. We would ideally like to resample the sink_input but most driver
* don't give enough accuracy to be able to do that right now.