From owner-svn-src-all@FreeBSD.ORG Wed Jun 24 02:01:16 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C76A5106564A; Wed, 24 Jun 2009 02:01:16 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B549E8FC1A; Wed, 24 Jun 2009 02:01:16 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n5O21GdN098252; Wed, 24 Jun 2009 02:01:16 GMT (envelope-from ariff@svn.freebsd.org) Received: (from ariff@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5O21Ggu098250; Wed, 24 Jun 2009 02:01:16 GMT (envelope-from ariff@svn.freebsd.org) Message-Id: <200906240201.n5O21Ggu098250@svn.freebsd.org> From: Ariff Abdullah Date: Wed, 24 Jun 2009 02:01:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r194805 - head/sys/dev/sound/pcm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 02:01:17 -0000 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);