From 7884b3594e7f9f7041752f3cf8de40ce721dd98f Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Mon, 15 Aug 2005 14:08:45 +0000 Subject: [PATCH] Updated comment --- commands/ibm/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.44.0