summaryrefslogtreecommitdiff
path: root/lib/libdisk
diff options
context:
space:
mode:
authorLukas Ertl <le@FreeBSD.org>2004-08-02 19:57:37 +0000
committerLukas Ertl <le@FreeBSD.org>2004-08-02 19:57:37 +0000
commit31359ff4009791212c855daa2a06fa1c9453ef12 (patch)
treec0597efe4f930a285f3e5d380b39232734790e6c /lib/libdisk
parent2ef70adc0cc443e0ae7e74e2320f6fd2afb8ef71 (diff)
Notes
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 afcf2f4db642..2dc914d91761 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;