From: Philip Homburg Date: Mon, 15 Aug 2005 14:08:45 +0000 (+0000) Subject: Updated comment X-Git-Tag: v3.1.0~328 X-Git-Url: http://zhaoyanbai.com/repos/zlib_tech.html?a=commitdiff_plain;h=7884b3594e7f9f7041752f3cf8de40ce721dd98f;p=minix.git Updated comment --- 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);