libvtoc: Fix typos

Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com>
Signed-off-by: Jan Polensky <japo@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Polensky
2025-10-02 16:50:11 +02:00
committed by Jan Höppner
parent 1956e7abc5
commit 8ba03642b7
+2 -2
View File
@@ -1057,7 +1057,7 @@ vtoc_update_format5_label_del (format5_label_t *f5,
if ((a > ext->t) &&
((ext->t + ext->fc*trk + ext->ft) > (a + b*trk + c)))
{
/* partition devides free space into 2 pieces */
/* partition divides free space into 2 pieces */
u_int16_t x = a + b*trk + c;
u_int16_t w,y;
u_int8_t z;
@@ -1262,7 +1262,7 @@ void vtoc_update_format7_label_del (format7_label_t *f7, int verbose,
}
if ((a > ext->a) && (b < ext->b)) {
/* partition devides free space into 2 pieces */
/* partition divides free space into 2 pieces */
vtoc_update_format7_label_add(f7, verbose,
b, ext->b);
ext->b = a;