From owner-svn-src-all@FreeBSD.ORG Sat Apr 30 22:46:02 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 973E6106566C; Sat, 30 Apr 2011 22:46:02 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 82FAF8FC0A; Sat, 30 Apr 2011 22:46:02 +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 p3UMk285065659; Sat, 30 Apr 2011 22:46:02 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p3UMk27N065657; Sat, 30 Apr 2011 22:46:02 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201104302246.p3UMk27N065657@svn.freebsd.org> From: Konstantin Belousov Date: Sat, 30 Apr 2011 22:46:02 +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: r221281 - head/sys/ufs/ffs 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, 30 Apr 2011 22:46:02 -0000 Author: kib Date: Sat Apr 30 22:46:02 2011 New Revision: 221281 URL: http://svn.freebsd.org/changeset/base/221281 Log: Fix typos. Noted by: Fabian Keil Pointy hat to: kib MFC after: 1 week Modified: head/sys/ufs/ffs/ffs_vnops.c Modified: head/sys/ufs/ffs/ffs_vnops.c ============================================================================== --- head/sys/ufs/ffs/ffs_vnops.c Sat Apr 30 22:34:44 2011 (r221280) +++ head/sys/ufs/ffs/ffs_vnops.c Sat Apr 30 22:46:02 2011 (r221281) @@ -591,7 +591,7 @@ ffs_read(ap) /* * If there are no dependencies, and it's VMIO, * then we don't need the buf, mark it available - * for freeing. For non-direct VMIO reads, he VM + * for freeing. For non-direct VMIO reads, the VM * has the data. */ bp->b_flags |= B_RELBUF; @@ -986,7 +986,7 @@ ffs_extread(struct vnode *vp, struct uio /* * If there are no dependencies, and it's VMIO, * then we don't need the buf, mark it available - * for freeing. For non-direct VMIO reads, The VM + * for freeing. For non-direct VMIO reads, the VM * has the data. */ bp->b_flags |= B_RELBUF;