summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/mirror/g_mirror.c2
-rw-r--r--sys/geom/raid3/g_raid3.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c
index 39eec99..9efbc1b 100644
--- a/sys/geom/mirror/g_mirror.c
+++ b/sys/geom/mirror/g_mirror.c
@@ -2077,7 +2077,7 @@ g_mirror_determine_state(struct g_mirror_disk *disk)
* Not good, NOT GOOD!
* It means that mirror was started on stale disks
* and more fresh disk just arrive.
- * If there were writes, mirror is fucked up, sorry.
+ * 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.
*/
diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c
index f9acbe7..eb4835d 100644
--- a/sys/geom/raid3/g_raid3.c
+++ b/sys/geom/raid3/g_raid3.c
@@ -2351,7 +2351,7 @@ g_raid3_determine_state(struct g_raid3_disk *disk)
* Not good, NOT GOOD!
* It means that device was started on stale disks
* and more fresh disk just arrive.
- * If there were writes, device is fucked up, sorry.
+ * 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.
*/
OpenPOWER on IntegriCloud