fix spelos
This commit is contained in:
parent
ae68f729ab
commit
da694bd77b
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: ustarfs.c,v 1.16 2001/09/28 15:15:24 minoura Exp $ */
|
/* $NetBSD: ustarfs.c,v 1.17 2002/02/22 12:46:53 lukem Exp $ */
|
||||||
|
|
||||||
/* [Notice revision 2.2]
|
/* [Notice revision 2.2]
|
||||||
* Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
|
* Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
|
||||||
|
@ -110,7 +110,7 @@ typedef struct ustar_struct {
|
||||||
} ustar_t;
|
} ustar_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We buffer one even cylindar of data...it's actually only really one
|
* We buffer one even cylinder of data...it's actually only really one
|
||||||
* cyl on a 1.44M floppy, but on other devices it's fast enough with any
|
* cyl on a 1.44M floppy, but on other devices it's fast enough with any
|
||||||
* kind of block buffering, so we optimize for the slowest device.
|
* kind of block buffering, so we optimize for the slowest device.
|
||||||
*/
|
*/
|
||||||
|
@ -336,7 +336,7 @@ read512block(f, vda, block)
|
||||||
* do disk swap
|
* do disk swap
|
||||||
* get physical disk address
|
* get physical disk address
|
||||||
* round down to cylinder boundary
|
* round down to cylinder boundary
|
||||||
* read cylindar
|
* read cylinder
|
||||||
* set window (in vda space) and try again
|
* set window (in vda space) and try again
|
||||||
* [ there is an implicit assumption that windowbase always identifies
|
* [ there is an implicit assumption that windowbase always identifies
|
||||||
* the current volume, even if initwindow == 0. This way, a
|
* the current volume, even if initwindow == 0. This way, a
|
||||||
|
|
Loading…
Reference in New Issue