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); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"