Source-Changes-HG archive

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

[src/trunk]: src/sys/kern fixup comment



details:   https://anonhg.NetBSD.org/src/rev/989f80aa392a
branches:  trunk
changeset: 348604:989f80aa392a
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Oct 28 20:17:27 2016 +0000

description:
fixup comment

diffstat:

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

diffs (27 lines):

diff -r c91c65f7847b -r 989f80aa392a sys/kern/vfs_bio.c
--- a/sys/kern/vfs_bio.c        Fri Oct 28 19:00:48 2016 +0000
+++ b/sys/kern/vfs_bio.c        Fri Oct 28 20:17:27 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_bio.c,v 1.261 2016/09/29 18:47:35 christos Exp $   */
+/*     $NetBSD: vfs_bio.c,v 1.262 2016/10/28 20:17:27 jdolecek Exp $   */
 
 /*-
  * Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -123,7 +123,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.261 2016/09/29 18:47:35 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.262 2016/10/28 20:17:27 jdolecek Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_bufcache.h"
@@ -999,7 +999,7 @@
        /* Wake up any processes waiting for any buffer to become free. */
        cv_signal(&needbuffer_cv);
 
-       /* Wake up any proceeses waiting for _this_ buffer to become */
+       /* Wake up any proceeses waiting for _this_ buffer to become free */
        if (ISSET(bp->b_cflags, BC_WANTED))
                CLR(bp->b_cflags, BC_WANTED|BC_AGE);
 



Home | Main Index | Thread Index | Old Index