From owner-svn-src-all@FreeBSD.ORG Sun Nov 20 01:48:22 2011 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 E774B106566C; Sun, 20 Nov 2011 01:48:22 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D73488FC0C; Sun, 20 Nov 2011 01:48:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pAK1mMKa069568; Sun, 20 Nov 2011 01:48:22 GMT (envelope-from lstewart@svn.freebsd.org) Received: (from lstewart@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pAK1mMSH069566; Sun, 20 Nov 2011 01:48:22 GMT (envelope-from lstewart@svn.freebsd.org) Message-Id: <201111200148.pAK1mMSH069566@svn.freebsd.org> From: Lawrence Stewart Date: Sun, 20 Nov 2011 01:48:22 +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: r227746 - head/sys/sys 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: Sun, 20 Nov 2011 01:48:23 -0000 Author: lstewart Date: Sun Nov 20 01:48:22 2011 New Revision: 227746 URL: http://svn.freebsd.org/changeset/base/227746 Log: Fix a whitespace nit. Submitted by: Julien Ridoux (jridoux at unimelb edu au) Modified: head/sys/sys/timeffc.h Modified: head/sys/sys/timeffc.h ============================================================================== --- head/sys/sys/timeffc.h Sun Nov 20 01:20:50 2011 (r227745) +++ head/sys/sys/timeffc.h Sun Nov 20 01:48:22 2011 (r227746) @@ -71,7 +71,7 @@ struct ffclock_estimate { * time by ffclock_convert_abs(). * FAST: do not read the hardware counter, return feed-forward clock time * at last tick. The time returned has the resolution of the kernel - * tick (1/hz [s]). + * tick (1/hz [s]). * LERP: linear interpolation of ffclock time to guarantee monotonic time. * LEAPSEC: include leap seconds. * UPTIME: removes time of boot.