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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to