Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2009 02:01:16 +0000 (UTC)
From:      Ariff Abdullah <ariff@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194805 - head/sys/dev/sound/pcm
Message-ID:  <200906240201.n5O21Ggu098250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ariff
Date: Wed Jun 24 02:01:16 2009
New Revision: 194805
URL: http://svn.freebsd.org/changeset/base/194805

Log:
  Slight comment fix.

Modified:
  head/sys/dev/sound/pcm/feeder_rate.c

Modified: head/sys/dev/sound/pcm/feeder_rate.c
==============================================================================
--- head/sys/dev/sound/pcm/feeder_rate.c	Wed Jun 24 01:15:10 2009	(r194804)
+++ head/sys/dev/sound/pcm/feeder_rate.c	Wed Jun 24 02:01:16 2009	(r194805)
@@ -1664,11 +1664,10 @@ z_resampler_feed_internal(struct pcm_fee
 			 *
 			 * 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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906240201.n5O21Ggu098250>