Source-Changes-HG archive

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

[src/trunk]: src/sbin/resize_ffs Fix a typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/36024600cbbd
branches:  trunk
changeset: 581594:36024600cbbd
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Jun 03 03:34:44 2005 +0000

description:
Fix a typo in a comment.

diffstat:

 sbin/resize_ffs/resize_ffs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 26bee358f6c3 -r 36024600cbbd sbin/resize_ffs/resize_ffs.c
--- a/sbin/resize_ffs/resize_ffs.c      Fri Jun 03 01:14:07 2005 +0000
+++ b/sbin/resize_ffs/resize_ffs.c      Fri Jun 03 03:34:44 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: resize_ffs.c,v 1.7 2004/03/21 21:02:01 dsl Exp $       */
+/*     $NetBSD: resize_ffs.c,v 1.8 2005/06/03 03:34:44 snj Exp $       */
 /* From sources sent on February 17, 2003 */
 /*-
  * As its sole author, I explicitly place this code in the public
@@ -1554,7 +1554,7 @@
        newsb->fs_cssize = fragroundup(newsb,
            newsb->fs_ncg * sizeof(struct csum));
        csum_fixup();
-       /* Evict data from any cgs being wholly eliminiated */
+       /* Evict data from any cgs being wholly eliminated */
        for (i = newsb->fs_ncg; i < oldsb->fs_ncg; i++) {
                int base;
                int dlow;



Home | Main Index | Thread Index | Old Index