Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2019 19:08:55 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348002 - head/share/man/man9
Message-ID:  <201905201908.x4KJ8tO9007073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Mon May 20 19:08:55 2019
New Revision: 348002
URL: https://svnweb.freebsd.org/changeset/base/348002

Log:
  Typo.
  
  MFC after:	3 days

Modified:
  head/share/man/man9/DRIVER_MODULE.9

Modified: head/share/man/man9/DRIVER_MODULE.9
==============================================================================
--- head/share/man/man9/DRIVER_MODULE.9	Mon May 20 18:41:07 2019	(r348001)
+++ head/share/man/man9/DRIVER_MODULE.9	Mon May 20 19:08:55 2019	(r348002)
@@ -125,7 +125,7 @@ macro allows a driver to be registered for a specific 
 The boot time probe and attach process makes multiple passes over the
 device tree.
 Certain critical drivers that provide basic services needed by other
-devices are attach during earlier passes.
+devices are attached during earlier passes.
 Most drivers are attached in a final general pass.
 A driver that attaches during an early pass must register for a specific
 pass level



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