Source-Changes-HG archive

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

[src/trunk]: src/sbin/newfs_lfs Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/bd598105eadf
branches:  trunk
changeset: 339662:bd598105eadf
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Aug 02 18:11:36 2015 +0000

description:
Typo in comment.

diffstat:

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

diffs (27 lines):

diff -r 3adcc6b0b882 -r bd598105eadf sbin/newfs_lfs/make_lfs.c
--- a/sbin/newfs_lfs/make_lfs.c Sun Aug 02 18:11:12 2015 +0000
+++ b/sbin/newfs_lfs/make_lfs.c Sun Aug 02 18:11:36 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: make_lfs.c,v 1.37 2015/08/02 18:11:12 dholland Exp $   */
+/*     $NetBSD: make_lfs.c,v 1.38 2015/08/02 18:11:36 dholland Exp $   */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
 #if 0
 static char sccsid[] = "@(#)lfs.c      8.5 (Berkeley) 5/24/95";
 #else
-__RCSID("$NetBSD: make_lfs.c,v 1.37 2015/08/02 18:11:12 dholland Exp $");
+__RCSID("$NetBSD: make_lfs.c,v 1.38 2015/08/02 18:11:36 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -274,7 +274,7 @@
 
 /*
  * Construct a set of directory entries in "bufp".  We assume that all the
- * entries in protodir fir in the first DIRBLKSIZ.  
+ * entries in protodir fit in the first DIRBLKSIZ.  
  */
 static void
 make_dir(void *bufp, struct lfs_direct *protodir, int entries)



Home | Main Index | Thread Index | Old Index