From 063045a555e21ab9009bc1c09b37f58665f72981 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 29 Sep 2010 07:40:11 +0000 Subject: [PATCH] Fix typo in comment. --- sys/ufs/ffs/ffs_softdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index 58366af0267f..941f866e0512 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -9464,7 +9464,7 @@ handle_written_indirdep(indirdep, bp, bpp) 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) {