]> Zhao Yanbai Git Server - minix.git/commitdiff
Updated comment
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 15 Aug 2005 14:08:45 +0000 (14:08 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 15 Aug 2005 14:08:45 +0000 (14:08 +0000)
commands/ibm/partition.c

index 4cfc606bfa2cca8c4c48b6e6cc611cf7e400788b..efb71e80ecc2c0fd7b03690c3e033f72c2bcd90a 100755 (executable)
@@ -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);