From 521520928a83cd16c2e8eed8b643cc8f2558e4fc Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 24 Jan 2021 16:45:41 +0000 Subject: [PATCH] Update a comment. --- sys/dev/ofw/ofw_subr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ofw/ofw_subr.c b/sys/dev/ofw/ofw_subr.c index 245f8c7b216c..9d1dbe334629 100644 --- a/sys/dev/ofw/ofw_subr.c +++ b/sys/dev/ofw/ofw_subr.c @@ -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 -__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 #include @@ -241,7 +241,7 @@ of_match_compat_data(int phandle, * * 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.