Correct a couple of spelling errors in comments.

This commit is contained in:
Kris Kennaway 1999-07-12 15:02:51 +00:00
parent a9b00e4d5f
commit e7647e6c20
3 changed files with 8 additions and 8 deletions
sys

@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: lock.h,v 1.5 1997/12/15 02:18:27 tegge Exp $ * $Id: lock.h,v 1.6 1998/04/06 11:38:17 phk Exp $
*/ */
@ -82,7 +82,7 @@
*/ */
/* /*
* Botom half routines, ie. those already protected from INTs. * Bottom half routines, ie. those already protected from INTs.
* *
* Used in: * Used in:
* sys/i386/isa/ipl.s: _doreti * sys/i386/isa/ipl.s: _doreti

@ -36,7 +36,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95
* $Id: vfs_subr.c,v 1.206 1999/07/04 00:25:29 mckusick Exp $ * $Id: vfs_subr.c,v 1.207 1999/07/08 06:05:55 mckusick Exp $
*/ */
/* /*
@ -882,7 +882,7 @@ brelvp(bp)
* Similarly, directory updates are more critical, so are only delayed * Similarly, directory updates are more critical, so are only delayed
* about a third the time that file data is delayed. Thus, there are * about a third the time that file data is delayed. Thus, there are
* SYNCER_MAXDELAY queues that are processed round-robin at a rate of * SYNCER_MAXDELAY queues that are processed round-robin at a rate of
* one each second (driven off the filesystem syner process). The * one each second (driven off the filesystem syncer process). The
* syncer_delayno variable indicates the next queue that is to be processed. * syncer_delayno variable indicates the next queue that is to be processed.
* Items that need to be processed soon are placed in this queue: * Items that need to be processed soon are placed in this queue:
* *
@ -1369,7 +1369,7 @@ loop:
/* /*
* Grab a particular vnode from the free list, increment its * Grab a particular vnode from the free list, increment its
* reference count and lock it. The vnode lock bit is set the * reference count and lock it. The vnode lock bit is set if the
* vnode is being eliminated in vgone. The process is awakened * vnode is being eliminated in vgone. The process is awakened
* when the transition is completed, and an error returned to * when the transition is completed, and an error returned to
* indicate that the vnode is no longer usable (possibly having * indicate that the vnode is no longer usable (possibly having

@ -36,7 +36,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95
* $Id: vfs_subr.c,v 1.206 1999/07/04 00:25:29 mckusick Exp $ * $Id: vfs_subr.c,v 1.207 1999/07/08 06:05:55 mckusick Exp $
*/ */
/* /*
@ -882,7 +882,7 @@ brelvp(bp)
* Similarly, directory updates are more critical, so are only delayed * Similarly, directory updates are more critical, so are only delayed
* about a third the time that file data is delayed. Thus, there are * about a third the time that file data is delayed. Thus, there are
* SYNCER_MAXDELAY queues that are processed round-robin at a rate of * SYNCER_MAXDELAY queues that are processed round-robin at a rate of
* one each second (driven off the filesystem syner process). The * one each second (driven off the filesystem syncer process). The
* syncer_delayno variable indicates the next queue that is to be processed. * syncer_delayno variable indicates the next queue that is to be processed.
* Items that need to be processed soon are placed in this queue: * Items that need to be processed soon are placed in this queue:
* *
@ -1369,7 +1369,7 @@ loop:
/* /*
* Grab a particular vnode from the free list, increment its * Grab a particular vnode from the free list, increment its
* reference count and lock it. The vnode lock bit is set the * reference count and lock it. The vnode lock bit is set if the
* vnode is being eliminated in vgone. The process is awakened * vnode is being eliminated in vgone. The process is awakened
* when the transition is completed, and an error returned to * when the transition is completed, and an error returned to
* indicate that the vnode is no longer usable (possibly having * indicate that the vnode is no longer usable (possibly having