aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2024-05-07 07:35:33 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2024-05-07 07:35:33 +0000
commit66bee50af774673bfaeb4c66a5a82e0ac99e70a4 (patch)
tree01f80c41f87683ce8159420581fd5f5d4938c220 /sys/sys
parent6580f5c38dd5b01aeeaed16b370f1a12423437f0 (diff)
downloadsrc-66bee50af774673bfaeb4c66a5a82e0ac99e70a4.tar.gz
src-66bee50af774673bfaeb4c66a5a82e0ac99e70a4.zip
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/bufobj.h2
-rw-r--r--sys/sys/disk.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/bufobj.h b/sys/sys/bufobj.h
index d70327e31a37..a6a9c5c2bf01 100644
--- a/sys/sys/bufobj.h
+++ b/sys/sys/bufobj.h
@@ -33,7 +33,7 @@
* cache.
*
* This used to be vnodes, but we need non-vnode code to be able
- * to use the buffer cache as well, specifically geom classes like gbde,
+ * to use the buffer cache as well, specifically geom classes like
* raid3 and raid5.
*
* All vnodes will contain a bufobj initially, but down the road we may
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.