Fix non-word.

Noticed by:	njl
This commit is contained in:
Jake Burkholder 2003-04-09 16:58:39 +00:00
parent e947f78c16
commit 8dc6de5168
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113302

View File

@ -84,8 +84,8 @@ memory which is not accessible to the device.
One such facility is provided by the One such facility is provided by the
.Nm busdma .Nm busdma
interface. interface.
Device drivers which do not make affordances for such devices will not work Device drivers which do not account for such devices will not work reliably
reliably in a system with more than 4 gigabytes of memory when the in a system with more than 4 gigabytes of memory when the
.Nm .Nm
option is used, option is used,
and may cause data corruption. and may cause data corruption.