aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/disk.h')
-rw-r--r--sys/sys/disk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/disk.h b/sys/sys/disk.h
index 73ae5ce5756e..b8e29cef1de5 100644
--- a/sys/sys/disk.h
+++ b/sys/sys/disk.h
@@ -78,7 +78,7 @@ void disk_err(struct bio *bp, const char *what, int blkdone, int nl);
* only if they point at exactly the same physical storage, this is
* the case for multipathing for example,
* - GEOM classes that consumes single providers and provide single
- * providers, like geli, gbde, should just attach class name to the
+ * providers, like geli, should just attach class name to the
* ident of the underlying provider,
* - ident is an ASCII string (is printable),
* - ident is optional and applications can't relay on its presence.