mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
1956e7abc5
commit
8ba03642b7
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user