From 98f843fb56b000a36a722a3ab781a68bda1bd65d Mon Sep 17 00:00:00 2001 From: ariff Date: Wed, 24 Jun 2009 02:01:16 +0000 Subject: Slight comment fix. --- sys/dev/sound/pcm/feeder_rate.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sys/dev/sound/pcm/feeder_rate.c') diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c index eeb8e92..35b9f66 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); -- cgit v1.1