Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 16:53:50 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300757 - head/sys/dev/ofw
Message-ID:  <201605261653.u4QGroHo029604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Thu May 26 16:53:50 2016
New Revision: 300757
URL: https://svnweb.freebsd.org/changeset/base/300757

Log:
  Fix a typo in a comment.

Modified:
  head/sys/dev/ofw/ofw_bus_subr.h

Modified: head/sys/dev/ofw/ofw_bus_subr.h
==============================================================================
--- head/sys/dev/ofw/ofw_bus_subr.h	Thu May 26 16:51:38 2016	(r300756)
+++ head/sys/dev/ofw/ofw_bus_subr.h	Thu May 26 16:53:50 2016	(r300757)
@@ -114,7 +114,7 @@ phandle_t ofw_bus_find_compatible(phandl
 /* Helper to search for a child with a given name */
 phandle_t ofw_bus_find_child(phandle_t, const char *);
 
-/* Helper routine to find a device_t child matchig a given phandle_t */
+/* Helper routine to find a device_t child matching a given phandle_t */
 device_t ofw_bus_find_child_device_by_phandle(device_t bus, phandle_t node);
 
 /* Helper routines for parsing lists  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261653.u4QGroHo029604>