diff options
| author | Lukas Ertl <le@FreeBSD.org> | 2004-08-02 19:57:37 +0000 |
|---|---|---|
| committer | Lukas Ertl <le@FreeBSD.org> | 2004-08-02 19:57:37 +0000 |
| commit | 31359ff4009791212c855daa2a06fa1c9453ef12 (patch) | |
| tree | c0597efe4f930a285f3e5d380b39232734790e6c /lib/libdisk | |
| parent | 2ef70adc0cc443e0ae7e74e2320f6fd2afb8ef71 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk')
| -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 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; |
