summaryrefslogtreecommitdiffstats
path: root/lib/libdisk
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-08-02 19:57:37 +0000
committerle <le@FreeBSD.org>2004-08-02 19:57:37 +0000
commit537c655c95fc09b15520a6476157dec6f9a2d254 (patch)
treec0597efe4f930a285f3e5d380b39232734790e6c /lib/libdisk
parentd445c537c00e0d4353f28cfb89b0e1fef90c207f (diff)
downloadFreeBSD-src-537c655c95fc09b15520a6476157dec6f9a2d254.zip
FreeBSD-src-537c655c95fc09b15520a6476157dec6f9a2d254.tar.gz
Typo in comment.
Diffstat (limited to 'lib/libdisk')
-rw-r--r--lib/libdisk/open_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/open_disk.c b/lib/libdisk/open_disk.c
index afcf2f4..2dc914d 100644
--- a/lib/libdisk/open_disk.c
+++ b/lib/libdisk/open_disk.c
@@ -119,7 +119,7 @@ Int_Open_Disk(const char *name, char *conftxt)
/*
* Calculate the number of cylinders this disk must have. If we have
- * an obvious insanity, we set the number of cyclinders to zero.
+ * an obvious insanity, we set the number of cylinders to zero.
*/
o = d->bios_hd * d->bios_sect;
d->bios_cyl = (o != 0) ? len / o : 0;
OpenPOWER on IntegriCloud