Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/chfs typo in comment



details:   https://anonhg.NetBSD.org/src/rev/923d1e3d5f7a
branches:  trunk
changeset: 346911:923d1e3d5f7a
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Aug 06 20:42:29 2016 +0000

description:
typo in comment

diffstat:

 sys/ufs/chfs/ebh.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 04aecabbda37 -r 923d1e3d5f7a sys/ufs/chfs/ebh.h
--- a/sys/ufs/chfs/ebh.h        Sat Aug 06 20:08:00 2016 +0000
+++ b/sys/ufs/chfs/ebh.h        Sat Aug 06 20:42:29 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ebh.h,v 1.3 2012/10/19 12:44:39 ttoth Exp $    */
+/*     $NetBSD: ebh.h,v 1.4 2016/08/06 20:42:29 dholland Exp $ */
 
 /*-
  * Copyright (c) 2010 Department of Software Engineering,
@@ -105,7 +105,7 @@
 struct chfs_ebh;
 
 /**
- * struct chfs_ltree_entry - an netry in the lock tree
+ * struct chfs_ltree_entry - an entry in the lock tree
  * @rb: RB-node of the tree
  * @lnr: logical eraseblock number
  * @users: counts the tasks that are using or want to use the eraseblock



Home | Main Index | Thread Index | Old Index