Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs Fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/243aba4ffaea
branches:  trunk
changeset: 826183:243aba4ffaea
user:      maya <maya%NetBSD.org@localhost>
date:      Sun Aug 20 05:37:03 2017 +0000

description:
Fix typo in comment

diffstat:

 sys/ufs/lfs/lfs_vnops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a9397b0780aa -r 243aba4ffaea sys/ufs/lfs/lfs_vnops.c
--- a/sys/ufs/lfs/lfs_vnops.c   Sun Aug 20 05:12:17 2017 +0000
+++ b/sys/ufs/lfs/lfs_vnops.c   Sun Aug 20 05:37:03 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_vnops.c,v 1.320 2017/08/19 12:01:08 maya Exp $     */
+/*     $NetBSD: lfs_vnops.c,v 1.321 2017/08/20 05:37:03 maya Exp $     */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lfs_vnops.c,v 1.320 2017/08/19 12:01:08 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lfs_vnops.c,v 1.321 2017/08/20 05:37:03 maya Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -473,7 +473,7 @@
        }
 
        /*
-        * If a vnode is bring cleaned, flush it out before we try to
+        * If a vnode is being cleaned, flush it out before we try to
         * reuse it.  This prevents the cleaner from writing files twice
         * in the same partial segment, causing an accounting underflow.
         */



Home | Main Index | Thread Index | Old Index