diff options
Diffstat (limited to 'lib/libdisk/open_disk.c')
-rw-r--r-- | lib/libdisk/open_disk.c | 2 |
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; |