Updated comment

This commit is contained in:
Philip Homburg 2005-08-15 14:08:45 +00:00
parent cc083ade4d
commit 7884b3594e

View file

@ -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);