Typo in comment.

This commit is contained in:
Lukas Ertl 2004-08-02 19:57:37 +00:00
parent 2ef70adc0c
commit 31359ff400

View file

@ -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;