From owner-svn-src-all@FreeBSD.ORG Sat Oct 16 17:30:28 2010 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 3CD101065674; Sat, 16 Oct 2010 17:30:28 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2B1A98FC1E; Sat, 16 Oct 2010 17:30:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9GHUS2Q083495; Sat, 16 Oct 2010 17:30:28 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9GHUSeF083493; Sat, 16 Oct 2010 17:30:28 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201010161730.o9GHUSeF083493@svn.freebsd.org> From: Benedict Reuschling Date: Sat, 16 Oct 2010 17:30:28 +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: r213928 - head/usr.sbin/pmcannotate 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: Sat, 16 Oct 2010 17:30:28 -0000 Author: bcr (doc committer) Date: Sat Oct 16 17:30:27 2010 New Revision: 213928 URL: http://svn.freebsd.org/changeset/base/213928 Log: Fix a grammatical error connected to the previous commit. Spotted by: gjb@ Modified: head/usr.sbin/pmcannotate/pmcannotate.c Modified: head/usr.sbin/pmcannotate/pmcannotate.c ============================================================================== --- head/usr.sbin/pmcannotate/pmcannotate.c Sat Oct 16 15:24:04 2010 (r213927) +++ head/usr.sbin/pmcannotate/pmcannotate.c Sat Oct 16 17:30:27 2010 (r213928) @@ -356,7 +356,7 @@ fqueue_insertent(struct entry *entry) } /* - * If the first-level aggregation object already exist, + * If the first-level aggregation object already exists, * just aggregate the samples and, if needed, resort * it. */