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/15fe44383bb0
branches: trunk
changeset: 355882:15fe44383bb0
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 7a28439d8d9f -r 15fe44383bb0 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