Module Name:    src
Committed By:   thorpej
Date:           Sat Feb  6 05:33:20 UTC 2021

Modified Files:
        src/sys/kern: subr_device.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/kern/subr_device.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/subr_device.c
diff -u src/sys/kern/subr_device.c:1.6 src/sys/kern/subr_device.c:1.7
--- src/sys/kern/subr_device.c:1.6	Fri Feb  5 17:03:35 2021
+++ src/sys/kern/subr_device.c	Sat Feb  6 05:33:20 2021
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: subr_device.
 device_t			root_device;
 
 /*
- * device_handle_t accessors / mutators.
+ * devhandle_t accessors / mutators.
  */
 
 static bool

Reply via email to