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/ef47c41f1bc1
branches: trunk
changeset: 951549:ef47c41f1bc1
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 1ecc4f0049ff -r ef47c41f1bc1 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