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
.Nm busdma
interface.
Device drivers which do not make affordances for such devices will not work
reliably in a system with more than 4 gigabytes of memory when the
Device drivers which do not account for such devices will not work reliably
in a system with more than 4 gigabytes of memory when the
.Nm
option is used,
and may cause data corruption.