summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_vfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_vfs.c')
-rw-r--r--sys/geom/geom_vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_vfs.c b/sys/geom/geom_vfs.c
index e50e17b..9eaf6b1 100644
--- a/sys/geom/geom_vfs.c
+++ b/sys/geom/geom_vfs.c
@@ -109,7 +109,7 @@ g_vfs_strategy(struct bufobj *bo, struct buf *bp)
/* G_VALID_CONSUMER(cp); We likely lack topology lock */
/*
- * If the the provider has orphaned us, just return EXIO.
+ * If the provider has orphaned us, just return EXIO.
*/
if (cp->provider == NULL) {
bp->b_error = ENXIO;
OpenPOWER on IntegriCloud