diff --git a/commands/ibm/partition.c b/commands/ibm/partition.c index 4cfc606bf..efb71e80e 100755 --- a/commands/ibm/partition.c +++ b/commands/ibm/partition.c @@ -300,7 +300,7 @@ void geometry(void) /* Get the geometry of the drive, and the device's base and size. */ if (ioctl(fd, DIOCGETP, &geometry) < 0) { - /* Faking geometry. Use the same fake geometry as part. */ + /* Use the same fake geometry as part. */ if (fstat(fd, &sb) < 0) fatal(device); geometry.base= cvul64(0);