Source-Changes-HG archive

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

[src/trunk]: src/sbin/newfs fix typo



details:   https://anonhg.NetBSD.org/src/rev/f91fc9e776a1
branches:  trunk
changeset: 569812:f91fc9e776a1
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Sep 07 02:18:06 2004 +0000

description:
fix typo

diffstat:

 sbin/newfs/newfs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d6cdbfeb58d3 -r f91fc9e776a1 sbin/newfs/newfs.c
--- a/sbin/newfs/newfs.c        Tue Sep 07 01:15:59 2004 +0000
+++ b/sbin/newfs/newfs.c        Tue Sep 07 02:18:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: newfs.c,v 1.83 2004/06/25 14:44:16 wiz Exp $   */
+/*     $NetBSD: newfs.c,v 1.84 2004/09/07 02:18:06 lukem Exp $ */
 
 /*
  * Copyright (c) 1983, 1989, 1993, 1994
@@ -78,7 +78,7 @@
 #if 0
 static char sccsid[] = "@(#)newfs.c    8.13 (Berkeley) 5/1/95";
 #else
-__RCSID("$NetBSD: newfs.c,v 1.83 2004/06/25 14:44:16 wiz Exp $");
+__RCSID("$NetBSD: newfs.c,v 1.84 2004/09/07 02:18:06 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -196,7 +196,7 @@
 int    minfree = MINFREE;      /* free space threshold */
 int    opt = DEFAULTOPT;       /* optimization preference (space or time) */
 int    density;                /* number of bytes per inode */
-int    num_inodes;             /* number of inoder (overrides density) */
+int    num_inodes;             /* number of inodes (overrides density) */
 int    maxcontig = 0;          /* max contiguous blocks to allocate */
 int    maxbpg;                 /* maximum blocks per file in a cyl group */
 int    avgfilesize = AVFILESIZ;/* expected average file size */



Home | Main Index | Thread Index | Old Index