mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Typo in comment.
This commit is contained in:
parent
2ef70adc0c
commit
31359ff400
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue