Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 16:49:42 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352654 - head/sys/dev/pccard
Message-ID:  <201909241649.x8OGngKo084519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier (ports committer)
Date: Tue Sep 24 16:49:42 2019
New Revision: 352654
URL: https://svnweb.freebsd.org/changeset/base/352654

Log:
  Fix a minor typo
  
  Approved by:	lwhsu
  MFC after:	1 month
  Sponsored by:	Netflix
  Differential Revision:	https://reviews.freebsd.org/D19970

Modified:
  head/sys/dev/pccard/pccard.c

Modified: head/sys/dev/pccard/pccard.c
==============================================================================
--- head/sys/dev/pccard/pccard.c	Tue Sep 24 16:45:34 2019	(r352653)
+++ head/sys/dev/pccard/pccard.c	Tue Sep 24 16:49:42 2019	(r352654)
@@ -266,7 +266,7 @@ pccard_probe_and_attach_child(device_t dev, device_t c
 	 * In NetBSD, the drivers are responsible for activating each
 	 * function of a card and selecting the config to use.  In
 	 * FreeBSD, all that's done automatically in the typical lazy
-	 * way we do device resoruce allocation (except we pick the
+	 * way we do device resource allocation (except we pick the
 	 * cfe up front).  This is the biggest depature from the
 	 * inherited NetBSD model, apart from the FreeBSD resource code.
 	 *



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