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. Thanks rillig@ for pointing it out!



details:   https://anonhg.NetBSD.org/src/rev/ef304757c620
branches:  trunk
changeset: 959245:ef304757c620
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Feb 06 05:33:20 2021 +0000

description:
Fix a comment.  Thanks rillig@ for pointing it out!

diffstat:

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

diffs (27 lines):

diff -r 851b247b51e3 -r ef304757c620 sys/kern/subr_device.c
--- a/sys/kern/subr_device.c    Sat Feb 06 05:21:47 2021 +0000
+++ b/sys/kern/subr_device.c    Sat Feb 06 05:33:20 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_device.c,v 1.6 2021/02/05 17:03:35 thorpej Exp $  */
+/*     $NetBSD: subr_device.c,v 1.7 2021/02/06 05:33:20 thorpej Exp $  */
 
 /*
  * Copyright (c) 2006, 2021 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_device.c,v 1.6 2021/02/05 17:03:35 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_device.c,v 1.7 2021/02/06 05:33:20 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -37,7 +37,7 @@
 device_t                       root_device;
 
 /*
- * device_handle_t accessors / mutators.
+ * devhandle_t accessors / mutators.
  */
 
 static bool



Home | Main Index | Thread Index | Old Index