diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c index 39eec99e29e2..9efbc1b8cf51 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 f9acbe775d39..eb4835d244c2 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. */