Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ofw Update a comment.



details:   https://anonhg.NetBSD.org/src/rev/d4dfb88d658a
branches:  trunk
changeset: 950311:d4dfb88d658a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jan 24 16:45:41 2021 +0000

description:
Update a comment.

diffstat:

 sys/dev/ofw/ofw_subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2c30b740f2f1 -r d4dfb88d658a sys/dev/ofw/ofw_subr.c
--- a/sys/dev/ofw/ofw_subr.c    Sun Jan 24 16:33:48 2021 +0000
+++ b/sys/dev/ofw/ofw_subr.c    Sun Jan 24 16:45:41 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ofw_subr.c,v 1.44 2021/01/24 16:23:05 thorpej Exp $    */
+/*     $NetBSD: ofw_subr.c,v 1.45 2021/01/24 16:45:41 thorpej Exp $    */
 
 /*
  * Copyright 1998
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw_subr.c,v 1.44 2021/01/24 16:23:05 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw_subr.c,v 1.45 2021/01/24 16:45:41 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -241,7 +241,7 @@
  *
  * Return Value:
  *     The first matching compat_data entry in the array. If no matches
- *     are found, the terminating ("compat" of NULL) record is returned.
+ *     are found, the NULL is returned.
  *
  * Side Effects:
  *     None.



Home | Main Index | Thread Index | Old Index