Correct spelling typo.

Submitted by:	Øyvind Møll <oyvindmo@initio.no>
This commit is contained in:
Robert Watson 2002-12-10 12:45:23 +00:00
parent f95d426906
commit ca12fce6a6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15275

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.134 2002/11/25 08:57:46 keramida Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.135 2002/12/09 18:21:44 rwatson Exp $">
<!ENTITY title "FreeBSD Development Projects"> <!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -319,7 +319,7 @@ driver conversion</a>: busdma provides a portable abstraction to the
Direct Memory Access (DMA) hardware primitives used by many high Direct Memory Access (DMA) hardware primitives used by many high
performance device drivers. By using this abstraction, device driver performance device drivers. By using this abstraction, device driver
authors avoid adding platform-specific DMA management code, improving authors avoid adding platform-specific DMA management code, improving
the portability of drivers between hardward architectures.</li> the portability of drivers between hardware architectures.</li>
<li><a name="deviceframework" href="http://people.FreeBSD.org/~dfr/devices.html"> <li><a name="deviceframework" href="http://people.FreeBSD.org/~dfr/devices.html">
A New Device Framework for FreeBSD</a></li> A New Device Framework for FreeBSD</a></li>