Module Name: src Committed By: thorpej Date: Sun Jan 24 16:45:41 UTC 2021
Modified Files: src/sys/dev/ofw: ofw_subr.c Log Message: Update a comment. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ofw/ofw_subr.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/dev/ofw/ofw_subr.c diff -u src/sys/dev/ofw/ofw_subr.c:1.44 src/sys/dev/ofw/ofw_subr.c:1.45 --- src/sys/dev/ofw/ofw_subr.c:1.44 Sun Jan 24 16:23:05 2021 +++ src/sys/dev/ofw/ofw_subr.c Sun Jan 24 16:45:41 2021 @@ -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 @@ 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.