Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Fix a comment. NFC



details:   https://anonhg.NetBSD.org/src/rev/da5274657938
branches:  trunk
changeset: 829255:da5274657938
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 23 22:08:55 2018 +0000

description:
Fix a comment.  NFC

diffstat:

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

diffs (27 lines):

diff -r 6e97b1e0c083 -r da5274657938 sys/kern/subr_bufq.c
--- a/sys/kern/subr_bufq.c      Tue Jan 23 21:27:20 2018 +0000
+++ b/sys/kern/subr_bufq.c      Tue Jan 23 22:08:55 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_bufq.c,v 1.25 2016/11/18 02:37:33 pgoyette Exp $  */
+/*     $NetBSD: subr_bufq.c,v 1.26 2018/01/23 22:08:55 pgoyette Exp $  */
 /*     NetBSD: subr_disk.c,v 1.70 2005/08/20 12:00:01 yamt Exp $       */
 
 /*-
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_bufq.c,v 1.25 2016/11/18 02:37:33 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_bufq.c,v 1.26 2018/01/23 22:08:55 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -178,7 +178,7 @@
                if (strategy == BUFQ_STRAT_ANY || found_exact)
                        break;
 
-               /* Try to autoload device module */
+               /* Try to autoload the bufq strategy module */
                strlcpy(module_name, "bufq_", sizeof(module_name));
                strlcat(module_name, strategy, sizeof(module_name));
                mutex_exit(&bufq_mutex);



Home | Main Index | Thread Index | Old Index