From aaaf515fdec776359ebf58845780ba9a6713d39f Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Fri, 6 Jul 2012 15:46:38 +0000 Subject: [PATCH] Fix typo in the comment. --- sys/geom/geom_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c index 210f2ee04417..f3165a0578eb 100644 --- a/sys/geom/geom_dev.c +++ b/sys/geom/geom_dev.c @@ -497,7 +497,7 @@ g_dev_strategy(struct bio *bp) * * Called from below when the provider orphaned us. * - Clear any dump settings. - * - Destroy the struct cdev *to prevent any more request from coming in. The + * - Destroy the struct cdev to prevent any more request from coming in. The * provider is already marked with an error, so anything which comes in * in the interrim will be returned immediately. * - Wait for any outstanding I/O to finish.