Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Typo.



details:   https://anonhg.NetBSD.org/src/rev/34c6b9b1ba04
branches:  trunk
changeset: 745672:34c6b9b1ba04
user:      ad <ad%NetBSD.org@localhost>
date:      Sun Mar 08 18:26:59 2020 +0000

description:
Typo.

diffstat:

 sys/kern/vfs_wapbl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 675215868c1b -r 34c6b9b1ba04 sys/kern/vfs_wapbl.c
--- a/sys/kern/vfs_wapbl.c      Sun Mar 08 17:54:23 2020 +0000
+++ b/sys/kern/vfs_wapbl.c      Sun Mar 08 18:26:59 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_wapbl.c,v 1.103 2018/12/10 21:19:33 jdolecek Exp $ */
+/*     $NetBSD: vfs_wapbl.c,v 1.104 2020/03/08 18:26:59 ad Exp $       */
 
 /*-
  * Copyright (c) 2003, 2008, 2009 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 #define WAPBL_INTERNAL
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_wapbl.c,v 1.103 2018/12/10 21:19:33 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_wapbl.c,v 1.104 2020/03/08 18:26:59 ad Exp $");
 
 #include <sys/param.h>
 #include <sys/bitops.h>
@@ -356,7 +356,7 @@
        rv = sysctl_createv(&wapbl_sysctl, 0, &rnode, &cnode,
                       CTLFLAG_PERMANENT|CTLFLAG_READWRITE,
                       CTLTYPE_INT, "allow_dpofua",
-                      SYSCTL_DESCR("allow use of FUA/DPO instead of cash flush if available"),
+                      SYSCTL_DESCR("allow use of FUA/DPO instead of cache flush if available"),
                       NULL, 0, &wapbl_allow_dpofua, 0,
                       CTL_CREATE, CTL_EOL);
        if (rv)



Home | Main Index | Thread Index | Old Index