aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2009-06-24 02:01:16 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2009-06-24 02:01:16 +0000
commitf3bf5def2060074e52784dbcd497a7711dd165bb (patch)
treec0b62cf1c3f9d411253ce65ebfd64196a5cc62b5 /sys/dev/sound/pcm
parent47f8598e50d1612f2c205b36a013489c6993582f (diff)
downloadsrc-f3bf5def2060074e52784dbcd497a7711dd165bb.tar.gz
src-f3bf5def2060074e52784dbcd497a7711dd165bb.zip
Slight comment fix.
Notes
Notes: svn path=/head/; revision=194805
Diffstat (limited to 'sys/dev/sound/pcm')
-rw-r--r--sys/dev/sound/pcm/feeder_rate.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c
index eeb8e92bdb5d..35b9f66019a4 100644
--- a/sys/dev/sound/pcm/feeder_rate.c
+++ b/sys/dev/sound/pcm/feeder_rate.c
@@ -1664,11 +1664,10 @@ z_resampler_feed_internal(struct pcm_feeder *f, struct pcm_channel *c,
*
* Notice that there are 2 methods of doing the drift
* operations: The former is much cleaner (in a sense
- * sense of mathematical readings of my eyes), but
- * slower due to integer division in z_gy2gx().
- * Nevertheless, both should give the same exact
- * accurate drifting results, so the later is
- * favourable.
+ * of mathematical readings of my eyes), but slower
+ * due to integer division in z_gy2gx(). Nevertheless,
+ * both should give the same exact accurate drifting
+ * results, so the later is favourable.
*/
do {
info->z_resample(info, dst);