From owner-svn-src-head@FreeBSD.ORG Wed Sep 29 07:40:12 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26CD31065675; Wed, 29 Sep 2010 07:40:12 +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 166988FC0C; Wed, 29 Sep 2010 07:40:12 +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 o8T7eB9a000214; Wed, 29 Sep 2010 07:40:11 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o8T7eBD0000212; Wed, 29 Sep 2010 07:40:11 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201009290740.o8T7eBD0000212@svn.freebsd.org> From: Konstantin Belousov Date: Wed, 29 Sep 2010 07:40:11 +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: r213259 - head/sys/ufs/ffs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 07:40:12 -0000 Author: kib Date: Wed Sep 29 07:40:11 2010 New Revision: 213259 URL: http://svn.freebsd.org/changeset/base/213259 Log: Fix typo in comment. Modified: head/sys/ufs/ffs/ffs_softdep.c Modified: head/sys/ufs/ffs/ffs_softdep.c ============================================================================== --- head/sys/ufs/ffs/ffs_softdep.c Wed Sep 29 07:31:05 2010 (r213258) +++ head/sys/ufs/ffs/ffs_softdep.c Wed Sep 29 07:40:11 2010 (r213259) @@ -9464,7 +9464,7 @@ handle_written_indirdep(indirdep, bp, bp indirdep->ir_state |= ATTACHED; /* * Move allocindirs with written pointers to the completehd if - * the the indirdep's pointer is not yet written. Otherwise + * the indirdep's pointer is not yet written. Otherwise * free them here. */ while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != 0) {