diff options
author | yar <yar@FreeBSD.org> | 2006-08-04 07:56:35 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-08-04 07:56:35 +0000 |
commit | 209e4786e7062e14c1123326850d4bcdbd9c605d (patch) | |
tree | 3f52e03559d675c9d3ca40d2fcf182a763ba10f4 /sys/geom/raid3/g_raid3.c | |
parent | 844254bd878791840f6bef7e7b420497eedadf07 (diff) | |
download | FreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.zip FreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.tar.gz |
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
Diffstat (limited to 'sys/geom/raid3/g_raid3.c')
-rw-r--r-- | sys/geom/raid3/g_raid3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c index eb4835d..89f5686 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 " |