aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-08-04 07:56:35 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-08-04 07:56:35 +0000
commit776fc0e90e9072cda064b69e91a6a0e6bede1aa1 (patch)
tree3f52e03559d675c9d3ca40d2fcf182a763ba10f4 /sys/geom
parent091eb5a3db10b530dec3fb211aea04e212a9e98f (diff)
downloadsrc-776fc0e90e9072cda064b69e91a6a0e6bede1aa1.tar.gz
src-776fc0e90e9072cda064b69e91a6a0e6bede1aa1.zip
Commit the results of the typo hunt by Darren Pilgrim.
This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim <darren pilgrim bitfreak org> Tested by: md5(1) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=160964
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/bde/g_bde_work.c2
-rw-r--r--sys/geom/mirror/g_mirror.c2
-rw-r--r--sys/geom/raid3/g_raid3.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/geom/bde/g_bde_work.c b/sys/geom/bde/g_bde_work.c
index 067156c0f133..9a653e379eb2 100644
--- a/sys/geom/bde/g_bde_work.c
+++ b/sys/geom/bde/g_bde_work.c
@@ -646,7 +646,7 @@ g_bde_worker(void *arg)
PRIBIO, "-", hz);
if (error == EWOULDBLOCK) {
/*
- * Loose our skey cache in an orderly fashion.
+ * Lose our skey cache in an orderly fashion.
* The exact rate can be tuned to be less
* aggressive if this is desirable. 10% per
* second means that the cache is gone in a
diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c
index 9efbc1b8cf51..8ddb529bc3d7 100644
--- a/sys/geom/mirror/g_mirror.c
+++ b/sys/geom/mirror/g_mirror.c
@@ -2079,7 +2079,7 @@ g_mirror_determine_state(struct g_mirror_disk *disk)
* and more fresh disk just arrive.
* If there were writes, mirror is broken, sorry.
* I think the best choice here is don't touch
- * this disk and inform the user laudly.
+ * this disk and inform the user loudly.
*/
G_MIRROR_DEBUG(0, "Device %s was started before the freshest "
"disk (%s) arrives!! It will not be connected to the "
diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c
index eb4835d244c2..89f56864d333 100644
--- a/sys/geom/raid3/g_raid3.c
+++ b/sys/geom/raid3/g_raid3.c
@@ -2353,7 +2353,7 @@ g_raid3_determine_state(struct g_raid3_disk *disk)
* and more fresh disk just arrive.
* If there were writes, device is broken, sorry.
* I think the best choice here is don't touch
- * this disk and inform the user laudly.
+ * this disk and inform the user loudly.
*/
G_RAID3_DEBUG(0, "Device %s was started before the freshest "
"disk (%s) arrives!! It will not be connected to the "