summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part_ebr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/part/g_part_ebr.c')
-rw-r--r--sys/geom/part/g_part_ebr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/part/g_part_ebr.c b/sys/geom/part/g_part_ebr.c
index 0976017..7bf0c55 100644
--- a/sys/geom/part/g_part_ebr.c
+++ b/sys/geom/part/g_part_ebr.c
@@ -591,7 +591,7 @@ g_part_ebr_write(struct g_part_table *basetable, struct g_consumer *cp)
while (baseentry != NULL && baseentry->gpe_deleted)
baseentry = LIST_NEXT(baseentry, gpe_entry);
- /* Wipe-out the the first EBR when there are no slices. */
+ /* Wipe-out the first EBR when there are no slices. */
if (baseentry == NULL) {
error = g_write_data(cp, 0, buf, pp->sectorsize);
goto out;
OpenPOWER on IntegriCloud