svn commit: r213259 - head/sys/ufs/ffs

Konstantin Belousov kib at FreeBSD.org
Wed Sep 29 07:40:12 UTC 2010


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) {


More information about the svn-src-head mailing list