Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa fix spelos



details:   https://anonhg.NetBSD.org/src/rev/9ebf58dce8ff
branches:  trunk
changeset: 522599:9ebf58dce8ff
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Feb 22 12:46:53 2002 +0000

description:
fix spelos

diffstat:

 sys/lib/libsa/ustarfs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 31886f79cd27 -r 9ebf58dce8ff sys/lib/libsa/ustarfs.c
--- a/sys/lib/libsa/ustarfs.c   Fri Feb 22 11:25:37 2002 +0000
+++ b/sys/lib/libsa/ustarfs.c   Fri Feb 22 12:46:53 2002 +0000
@@ -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]
  * Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
@@ -110,7 +110,7 @@
 } 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
  * kind of block buffering, so we optimize for the slowest device.
  */
@@ -336,7 +336,7 @@
         *      do disk swap
         * get physical disk address
         * round down to cylinder boundary
-        * read cylindar
+        * read cylinder
         * set window (in vda space) and try again
         * [ there is an implicit assumption that windowbase always identifies
         *    the current volume, even if initwindow == 0. This way, a



Home | Main Index | Thread Index | Old Index