summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_dev.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2012-07-06 15:46:38 +0000
committertrasz <trasz@FreeBSD.org>2012-07-06 15:46:38 +0000
commitee444dc2954ee8608e0b9834c10c634fdf5783b6 (patch)
tree8180076a16f21dd1cf05ac8d8a4f8eda276a7df6 /sys/geom/geom_dev.c
parent5d3526c6d6e7abcfdad055b9663b6e242ed32f08 (diff)
downloadFreeBSD-src-ee444dc2954ee8608e0b9834c10c634fdf5783b6.zip
FreeBSD-src-ee444dc2954ee8608e0b9834c10c634fdf5783b6.tar.gz
Fix typo in the comment.
Diffstat (limited to 'sys/geom/geom_dev.c')
-rw-r--r--sys/geom/geom_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c
index 210f2ee..f3165a0 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.
OpenPOWER on IntegriCloud